Html Css Color HEX #F02EAC Persian Rose

📋 copy color: '#F02EAC'

red 240 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #F02EAC

Tints of Persian Rose #F02EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.04%

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

R = 52.4%
G = 10.04%
B = 37.55%

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

#F02EAC (or 0xF02EAC) is known color: Persian Rose. HEX triplet: F0, 2E and AC. RGB value is (240,46,172). Sum of RGB (Red+Green+Blue) = 240+46+172=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02EAC is #0FD153. Grayscale: #767676. Windows color (decimal): -1036628 or 11284208. OLE color: 11284208.

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

Color convert

RGB 240 46 172 -
CMYK 0 0.81 0.28 0.06
HSL 321.03º 0.87% 0.56% -
HSV(B) 321.03º 0.81% 0.94% -
XYZ 44.36 23.46 41.22 -
YUV 118.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 240 46 172 0 0.81 0.28 0.06 321.03 0.87 0.56
Hex F0 2E AC 0 51 1C 6 141 57 38
Octal 360 56 254 0 121 34 6 501 127 70
Binary 11110000 101110 10101100 0 1010001 11100 110 101000001 1010111 111000

Color Harmonies of #F02EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02EAC

Black with #F02EAC

Text Example


Text Example

White with #F02EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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