Html Css Color HEX #F02FAC Persian Rose

📋 copy color: '#F02FAC'

red 240 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #F02FAC

Tints of Persian Rose #F02FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 52.29%
G = 10.24%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F02FAC (or 0xF02FAC) is known color: Persian Rose. HEX triplet: F0, 2F and AC. RGB value is (240,47,172). Sum of RGB (Red+Green+Blue) = 240+47+172=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02FAC is #0FD053. Grayscale: #767676. Windows color (decimal): -1036372 or 11284464. OLE color: 11284464.

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

Color convert

RGB 240 47 172 -
CMYK 0 0.80 0.28 0.06
HSL 321.14º 0.87% 0.56% -
HSV(B) 321.14º 0.8% 0.94% -
XYZ 44.4 23.54 41.23 -
YUV 118.96 157.94 214.34 -
System Red Green Blue C M Y K H S L
Decimal 240 47 172 0 0.80 0.28 0.06 321.14 0.87 0.56
Hex F0 2F AC 0 50 1C 6 141 57 38
Octal 360 57 254 0 120 34 6 501 127 70
Binary 11110000 101111 10101100 0 1010000 11100 110 101000001 1010111 111000

Color Harmonies of #F02FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02FAC

Black with #F02FAC

Text Example


Text Example

White with #F02FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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