Html Css Color HEX #F02AAE Persian Rose

📋 copy color: '#F02AAE'

red 240 ◦ green 42 ◦ blue 174

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

Shades of Persian Rose #F02AAE

Tints of Persian Rose #F02AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.21%

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

R = 52.63%
G = 9.21%
B = 38.16%

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

#F02AAE (or 0xF02AAE) is known color: Persian Rose. HEX triplet: F0, 2A and AE. RGB value is (240,42,174). Sum of RGB (Red+Green+Blue) = 240+42+174=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02AAE is #0FD551. Grayscale: #737373. Windows color (decimal): -1037650 or 11414256. OLE color: 11414256.

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

Color convert

RGB 240 42 174 -
CMYK 0 0.82 0.28 0.06
HSL 320º 0.87% 0.55% -
HSV(B) 320º 0.83% 0.94% -
XYZ 44.4 23.24 42.19 -
YUV 116.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 240 42 174 0 0.82 0.28 0.06 320 0.87 0.55
Hex F0 2A AE 0 52 1C 6 140 57 37
Octal 360 52 256 0 122 34 6 500 127 67
Binary 11110000 101010 10101110 0 1010010 11100 110 101000000 1010111 110111

Color Harmonies of #F02AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02AAE

Black with #F02AAE

Text Example


Text Example

White with #F02AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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