Html Css Color HEX #F02FA8 Persian Rose

📋 copy color: '#F02FA8'

red 240 ◦ green 47 ◦ blue 168

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

Shades of Persian Rose #F02FA8

Tints of Persian Rose #F02FA8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.33%

 BLUE value IS 168 (66.02% from 255) = 36.92%

R = 52.75%
G = 10.33%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F02FA8 (or 0xF02FA8) is known color: Persian Rose. HEX triplet: F0, 2F and A8. RGB value is (240,47,168). Sum of RGB (Red+Green+Blue) = 240+47+168=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02FA8 is #0FD057. Grayscale: #767676. Windows color (decimal): -1036376 or 11022320. OLE color: 11022320.

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

Color convert

RGB 240 47 168 -
CMYK 0 0.80 0.3 0.06
HSL 322.38º 0.87% 0.56% -
HSV(B) 322.38º 0.8% 0.94% -
XYZ 44.02 23.39 39.24 -
YUV 118.5 155.94 214.66 -
System Red Green Blue C M Y K H S L
Decimal 240 47 168 0 0.80 0.3 0.06 322.38 0.87 0.56
Hex F0 2F A8 0 50 1E 6 142 57 38
Octal 360 57 250 0 120 36 6 502 127 70
Binary 11110000 101111 10101000 0 1010000 11110 110 101000010 1010111 111000

Color Harmonies of #F02FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02FA8

Black with #F02FA8

Text Example


Text Example

White with #F02FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02FA8; }

 p { color: rgb(240,47,168); }

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

background-color css

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

 a { background-color: rgb(240,47,168); }

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

border-color css

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

 span { border-color: rgb(240,47,168); }

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