Html Css Color HEX #F72CAC Persian Rose

📋 copy color: '#F72CAC'

red 247 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #F72CAC

Tints of Persian Rose #F72CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

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

R = 53.35%
G = 9.5%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F72CAC (or 0xF72CAC) is known color: Persian Rose. HEX triplet: F7, 2C and AC. RGB value is (247,44,172). Sum of RGB (Red+Green+Blue) = 247+44+172=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F72CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72CAC is #08D353. Grayscale: #767676. Windows color (decimal): -578388 or 11283703. OLE color: 11283703.

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

Color convert

RGB 247 44 172 -
CMYK 0 0.82 0.30 0.03
HSL 322.17º 0.93% 0.57% -
HSV(B) 322.17º 0.82% 0.97% -
XYZ 46.7 24.55 41.31 -
YUV 119.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 247 44 172 0 0.82 0.30 0.03 322.17 0.93 0.57
Hex F7 2C AC 0 52 1E 3 142 5D 39
Octal 367 54 254 0 122 36 3 502 135 71
Binary 11110111 101100 10101100 0 1010010 11110 11 101000010 1011101 111001

Color Harmonies of #F72CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72CAC

Black with #F72CAC

Text Example


Text Example

White with #F72CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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