Html Css Color HEX #F8209A Persian Rose

📋 copy color: '#F8209A'

red 248 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #F8209A

Tints of Persian Rose #F8209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 57.14%
G = 7.37%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8209A (or 0xF8209A) is known color: Persian Rose. HEX triplet: F8, 20 and 9A. RGB value is (248,32,154). Sum of RGB (Red+Green+Blue) = 248+32+154=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8209A is #07DF65. Grayscale: #6E6E6E. Windows color (decimal): -515942 or 10100984. OLE color: 10100984.

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

Color convert

RGB 248 32 154 -
CMYK 0 0.87 0.38 0.03
HSL 326.11º 0.94% 0.55% -
HSV(B) 326.11º 0.87% 0.97% -
XYZ 45.06 23.32 32.7 -
YUV 110.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 248 32 154 0 0.87 0.38 0.03 326.11 0.94 0.55
Hex F8 20 9A 0 57 26 3 146 5E 37
Octal 370 40 232 0 127 46 3 506 136 67
Binary 11111000 100000 10011010 0 1010111 100110 11 101000110 1011110 110111

Color Harmonies of #F8209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8209A

Black with #F8209A

Text Example


Text Example

White with #F8209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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