Html Css Color HEX #F02DAD Persian Rose

📋 copy color: '#F02DAD'

red 240 ◦ green 45 ◦ blue 173

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

Shades of Persian Rose #F02DAD

Tints of Persian Rose #F02DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 52.4%
G = 9.83%
B = 37.77%

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

#F02DAD (or 0xF02DAD) is known color: Persian Rose. HEX triplet: F0, 2D and AD. RGB value is (240,45,173). Sum of RGB (Red+Green+Blue) = 240+45+173=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F02DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02DAD is #0FD252. Grayscale: #757575. Windows color (decimal): -1036883 or 11349488. OLE color: 11349488.

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

Color convert

RGB 240 45 173 -
CMYK 0 0.81 0.28 0.06
HSL 320.62º 0.87% 0.56% -
HSV(B) 320.62º 0.81% 0.94% -
XYZ 44.42 23.42 41.71 -
YUV 117.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 240 45 173 0 0.81 0.28 0.06 320.62 0.87 0.56
Hex F0 2D AD 0 51 1C 6 141 57 38
Octal 360 55 255 0 121 34 6 501 127 70
Binary 11110000 101101 10101101 0 1010001 11100 110 101000001 1010111 111000

Color Harmonies of #F02DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02DAD

Black with #F02DAD

Text Example


Text Example

White with #F02DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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