Html Css Color HEX #F8209C Persian Rose

📋 copy color: '#F8209C'

red 248 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #F8209C

Tints of Persian Rose #F8209C

RGB

 RED value IS 248 (97.27% from 255) = 56.88%

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

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

R = 56.88%
G = 7.34%
B = 35.78%

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

#F8209C (or 0xF8209C) is known color: Persian Rose. HEX triplet: F8, 20 and 9C. RGB value is (248,32,156). Sum of RGB (Red+Green+Blue) = 248+32+156=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8209C is #07DF63. Grayscale: #6E6E6E. Windows color (decimal): -515940 or 10232056. OLE color: 10232056.

HSL color Cylindrical-coordinate representation of color #F8209C: hue angle of 325.56º degrees, saturation: 0.94, 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 #F8209C is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 156 -
CMYK 0 0.87 0.37 0.03
HSL 325.56º 0.94% 0.55% -
HSV(B) 325.56º 0.87% 0.97% -
XYZ 45.23 23.39 33.58 -
YUV 110.72 153.56 225.92 -
System Red Green Blue C M Y K H S L
Decimal 248 32 156 0 0.87 0.37 0.03 325.56 0.94 0.55
Hex F8 20 9C 0 57 25 3 146 5E 37
Octal 370 40 234 0 127 45 3 506 136 67
Binary 11111000 100000 10011100 0 1010111 100101 11 101000110 1011110 110111

Color Harmonies of #F8209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8209C

Black with #F8209C

Text Example


Text Example

White with #F8209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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