Html Css Color HEX #F72BAE Persian Rose

📋 copy color: '#F72BAE'

red 247 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #F72BAE

Tints of Persian Rose #F72BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 53.23%
G = 9.27%
B = 37.5%

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

#F72BAE (or 0xF72BAE) is known color: Persian Rose. HEX triplet: F7, 2B and AE. RGB value is (247,43,174). Sum of RGB (Red+Green+Blue) = 247+43+174=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72BAE is #08D451. Grayscale: #767676. Windows color (decimal): -578642 or 11414519. OLE color: 11414519.

HSL color Cylindrical-coordinate representation of color #F72BAE: hue angle of 321.47º 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 #F72BAE is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 43 174 -
CMYK 0 0.83 0.30 0.03
HSL 321.47º 0.93% 0.57% -
HSV(B) 321.47º 0.83% 0.97% -
XYZ 46.86 24.56 42.31 -
YUV 118.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 247 43 174 0 0.83 0.30 0.03 321.47 0.93 0.57
Hex F7 2B AE 0 53 1E 3 141 5D 39
Octal 367 53 256 0 123 36 3 501 135 71
Binary 11110111 101011 10101110 0 1010011 11110 11 101000001 1011101 111001

Color Harmonies of #F72BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72BAE

Black with #F72BAE

Text Example


Text Example

White with #F72BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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