Html Css Color HEX #F02CAE Persian Rose

📋 copy color: '#F02CAE'

red 240 ◦ green 44 ◦ blue 174

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

Shades of Persian Rose #F02CAE

Tints of Persian Rose #F02CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 52.4%
G = 9.61%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F02CAE (or 0xF02CAE) is known color: Persian Rose. HEX triplet: F0, 2C and AE. RGB value is (240,44,174). Sum of RGB (Red+Green+Blue) = 240+44+174=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CAE is #0FD351. Grayscale: #757575. Windows color (decimal): -1037138 or 11414768. OLE color: 11414768.

HSL color Cylindrical-coordinate representation of color #F02CAE: hue angle of 320.2º 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 #F02CAE is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 44 174 -
CMYK 0 0.82 0.28 0.06
HSL 320.2º 0.87% 0.56% -
HSV(B) 320.2º 0.82% 0.94% -
XYZ 44.48 23.38 42.21 -
YUV 117.42 159.93 215.43 -
System Red Green Blue C M Y K H S L
Decimal 240 44 174 0 0.82 0.28 0.06 320.2 0.87 0.56
Hex F0 2C AE 0 52 1C 6 140 57 38
Octal 360 54 256 0 122 34 6 500 127 70
Binary 11110000 101100 10101110 0 1010010 11100 110 101000000 1010111 111000

Color Harmonies of #F02CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02CAE

Black with #F02CAE

Text Example


Text Example

White with #F02CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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