Html Css Color HEX #F7209C Persian Rose

📋 copy color: '#F7209C'

red 247 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #F7209C

Tints of Persian Rose #F7209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.36%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 56.78%
G = 7.36%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7209C (or 0xF7209C) is known color: Persian Rose. HEX triplet: F7, 20 and 9C. RGB value is (247,32,156). Sum of RGB (Red+Green+Blue) = 247+32+156=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7209C is #08DF63. Grayscale: #6E6E6E. Windows color (decimal): -581476 or 10232055. OLE color: 10232055.

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

Color convert

RGB 247 32 156 -
CMYK 0 0.87 0.37 0.03
HSL 325.4º 0.93% 0.55% -
HSV(B) 325.4º 0.87% 0.97% -
XYZ 44.88 23.21 33.57 -
YUV 110.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 247 32 156 0 0.87 0.37 0.03 325.4 0.93 0.55
Hex F7 20 9C 0 57 25 3 145 5D 37
Octal 367 40 234 0 127 45 3 505 135 67
Binary 11110111 100000 10011100 0 1010111 100101 11 101000101 1011101 110111

Color Harmonies of #F7209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7209C

Black with #F7209C

Text Example


Text Example

White with #F7209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7209C; }

 p { color: rgb(247,32,156); }

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

background-color css

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

 a { background-color: rgb(247,32,156); }

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

border-color css

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

 span { border-color: rgb(247,32,156); }

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