Html Css Color HEX #F72C9D Persian Rose

📋 copy color: '#F72C9D'

red 247 ◦ green 44 ◦ blue 157

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

Shades of Persian Rose #F72C9D

Tints of Persian Rose #F72C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 55.13%
G = 9.82%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F72C9D (or 0xF72C9D) is known color: Persian Rose. HEX triplet: F7, 2C and 9D. RGB value is (247,44,157). Sum of RGB (Red+Green+Blue) = 247+44+157=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72C9D is #08D362. Grayscale: #757575. Windows color (decimal): -578403 or 10300663. OLE color: 10300663.

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

Color convert

RGB 247 44 157 -
CMYK 0 0.82 0.36 0.03
HSL 326.6º 0.93% 0.57% -
HSV(B) 326.6º 0.82% 0.97% -
XYZ 45.34 24.01 34.14 -
YUV 117.58 150.25 220.31 -
System Red Green Blue C M Y K H S L
Decimal 247 44 157 0 0.82 0.36 0.03 326.6 0.93 0.57
Hex F7 2C 9D 0 52 24 3 147 5D 39
Octal 367 54 235 0 122 44 3 507 135 71
Binary 11110111 101100 10011101 0 1010010 100100 11 101000111 1011101 111001

Color Harmonies of #F72C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C9D

Black with #F72C9D

Text Example


Text Example

White with #F72C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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