Html Css Color HEX #F02CAB Persian Rose

📋 copy color: '#F02CAB'

red 240 ◦ green 44 ◦ blue 171

#F02CAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F02CAB

Tints of Persian Rose #F02CAB

RGB

 RED value IS 240 (94.14% from 255) = 52.75%

 GREEN value IS 44 (17.58% from 255) = 9.67%

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 52.75%
G = 9.67%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F02CAB (or 0xF02CAB) is known color: Persian Rose. HEX triplet: F0, 2C and AB. RGB value is (240,44,171). Sum of RGB (Red+Green+Blue) = 240+44+171=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CAB is #0FD354. Grayscale: #747474. Windows color (decimal): -1037141 or 11218160. OLE color: 11218160.

HSL color Cylindrical-coordinate representation of color #F02CAB: hue angle of 321.12º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CAB is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 44 171 -
CMYK 0 0.82 0.29 0.06
HSL 321.12º 0.87% 0.56% -
HSV(B) 321.12º 0.82% 0.94% -
XYZ 44.19 23.27 40.69 -
YUV 117.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 240 44 171 0 0.82 0.29 0.06 321.12 0.87 0.56
Hex F0 2C AB 0 52 1D 6 141 57 38
Octal 360 54 253 0 122 35 6 501 127 70
Binary 11110000 101100 10101011 0 1010010 11101 110 101000001 1010111 111000

Color Harmonies of #F02CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02CAB

Black with #F02CAB

Text Example


Text Example

White with #F02CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02CAB; }

 p { color: rgb(240,44,171); }

 H1.HeaderClassName
 {
   color: #F02CAB;
 }
 .AnyTagClassName
 {
   color: #F02CAB;
 }
</style>

background-color css

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

 a { background-color: rgb(240,44,171); }

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

border-color css

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

 span { border-color: rgb(240,44,171); }

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