#F42BA4

Color #F42BA4 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F42BA4

Tints of Persian Rose #F42BA4

Color information

#F42BA4 (or 0xF42BA4) is unknown color: approx Persian Rose. HEX triplet: F4, 2B and A4. RGB value is (244,43,164). Sum of RGB (Red+Green+Blue) = 244+43+164=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42BA4 is #0BD45B. Grayscale: #747474. Windows color (decimal): -775260 or 10759156. OLE color: 10759156.

HSL color Cylindrical-coordinate representation of color #F42BA4: hue angle of 323.88º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42BA4 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24443164-
CMYK00.820.330.04
HSL323.88º90.13%56.27%-
HSV(B)323.88º82.38%95.69%-
XYZ44.8723.6437.32-
YUV116.89154.59218.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 54.10%
GREEN value IS 43 (17.19% from 255) = 9.53%
BLUE value IS 164 (64.45% from 255) = 36.36%
R=54.10%
G=9.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2444316400.820.330.04323.8890.1356.27
HexF42BA40522141445a38
Octal36453244012241450413270
Binary1111010010101110100100010100101000011001010001001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42BA4; }

 p { color: rgb(244,43,164); }

 H1.HeaderClassName
 {
   color: #F42BA4;
 }
 .AnyTagClassName
 {
   color: #F42BA4;
 }
</style>
background-color css

<style>
 a { background-color: #F42BA4; }

 a { background-color: rgb(244,43,164); }

 div.DivClassName
 {
   background-color: #F42BA4;
 }
 .BgClassName
 {
   background-color: #F42BA4;
 }
</style>
border-color css

<style>
 span { border-color: #F42BA4; }

 span { border-color: rgb(244,43,164); }

 td.TdClassName
 {
   border-color: #F42BA4;
 }
 .TagClassName
 {
   border-color: #F42BA4;
 }
</style>