Html Css Color HEX #F72EAC Persian Rose

📋 copy color: '#F72EAC'

red 247 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #F72EAC

Tints of Persian Rose #F72EAC

RGB

 RED value IS 247 (96.88% from 255) = 53.12%

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

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

R = 53.12%
G = 9.89%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F72EAC (or 0xF72EAC) is known color: Persian Rose. HEX triplet: F7, 2E and AC. RGB value is (247,46,172). Sum of RGB (Red+Green+Blue) = 247+46+172=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F72EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72EAC is #08D153. Grayscale: #787878. Windows color (decimal): -577876 or 11284215. OLE color: 11284215.

HSL color Cylindrical-coordinate representation of color #F72EAC: hue angle of 322.39º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72EAC is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 46 172 -
CMYK 0 0.81 0.30 0.03
HSL 322.39º 0.93% 0.57% -
HSV(B) 322.39º 0.81% 0.97% -
XYZ 46.78 24.71 41.33 -
YUV 120.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 247 46 172 0 0.81 0.30 0.03 322.39 0.93 0.57
Hex F7 2E AC 0 51 1E 3 142 5D 39
Octal 367 56 254 0 121 36 3 502 135 71
Binary 11110111 101110 10101100 0 1010001 11110 11 101000010 1011101 111001

Color Harmonies of #F72EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72EAC

Black with #F72EAC

Text Example


Text Example

White with #F72EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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