Html Css Color HEX #F72DAE Persian Rose

📋 copy color: '#F72DAE'

red 247 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #F72DAE

Tints of Persian Rose #F72DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.66%

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

R = 53%
G = 9.66%
B = 37.34%

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

#F72DAE (or 0xF72DAE) is known color: Persian Rose. HEX triplet: F7, 2D and AE. RGB value is (247,45,174). Sum of RGB (Red+Green+Blue) = 247+45+174=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F72DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72DAE is #08D251. Grayscale: #777777. Windows color (decimal): -578130 or 11415031. OLE color: 11415031.

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

Color convert

RGB 247 45 174 -
CMYK 0 0.82 0.30 0.03
HSL 321.68º 0.93% 0.57% -
HSV(B) 321.68º 0.82% 0.97% -
XYZ 46.94 24.71 42.34 -
YUV 120.1 158.42 218.51 -
System Red Green Blue C M Y K H S L
Decimal 247 45 174 0 0.82 0.30 0.03 321.68 0.93 0.57
Hex F7 2D AE 0 52 1E 3 142 5D 39
Octal 367 55 256 0 122 36 3 502 135 71
Binary 11110111 101101 10101110 0 1010010 11110 11 101000010 1011101 111001

Color Harmonies of #F72DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72DAE

Black with #F72DAE

Text Example


Text Example

White with #F72DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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