Html Css Color HEX #F72BAC Persian Rose

📋 copy color: '#F72BAC'

red 247 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #F72BAC

Tints of Persian Rose #F72BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.31%

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

R = 53.46%
G = 9.31%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F72BAC (or 0xF72BAC) is known color: Persian Rose. HEX triplet: F7, 2B and AC. RGB value is (247,43,172). Sum of RGB (Red+Green+Blue) = 247+43+172=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72BAC is #08D453. Grayscale: #767676. Windows color (decimal): -578644 or 11283447. OLE color: 11283447.

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

Color convert

RGB 247 43 172 -
CMYK 0 0.83 0.30 0.03
HSL 322.06º 0.93% 0.57% -
HSV(B) 322.06º 0.83% 0.97% -
XYZ 46.67 24.48 41.3 -
YUV 118.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 247 43 172 0 0.83 0.30 0.03 322.06 0.93 0.57
Hex F7 2B AC 0 53 1E 3 142 5D 39
Octal 367 53 254 0 123 36 3 502 135 71
Binary 11110111 101011 10101100 0 1010011 11110 11 101000010 1011101 111001

Color Harmonies of #F72BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72BAC

Black with #F72BAC

Text Example


Text Example

White with #F72BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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