Html Css Color HEX #F02DAE Persian Rose

📋 copy color: '#F02DAE'

red 240 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #F02DAE

Tints of Persian Rose #F02DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.8%

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

R = 52.29%
G = 9.8%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F02DAE (or 0xF02DAE) is known color: Persian Rose. HEX triplet: F0, 2D and AE. RGB value is (240,45,174). Sum of RGB (Red+Green+Blue) = 240+45+174=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F02DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02DAE is #0FD251. Grayscale: #757575. Windows color (decimal): -1036882 or 11415024. OLE color: 11415024.

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

Color convert

RGB 240 45 174 -
CMYK 0 0.81 0.28 0.06
HSL 320.31º 0.87% 0.56% -
HSV(B) 320.31º 0.81% 0.94% -
XYZ 44.51 23.46 42.23 -
YUV 118.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 240 45 174 0 0.81 0.28 0.06 320.31 0.87 0.56
Hex F0 2D AE 0 51 1C 6 140 57 38
Octal 360 55 256 0 121 34 6 500 127 70
Binary 11110000 101101 10101110 0 1010001 11100 110 101000000 1010111 111000

Color Harmonies of #F02DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02DAE

Black with #F02DAE

Text Example


Text Example

White with #F02DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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