Html Css Color HEX #F9209A Persian Rose

📋 copy color: '#F9209A'

red 249 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #F9209A

Tints of Persian Rose #F9209A

RGB

 RED value IS 249 (97.66% from 255) = 57.24%

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

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

R = 57.24%
G = 7.36%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9209A (or 0xF9209A) is known color: Persian Rose. HEX triplet: F9, 20 and 9A. RGB value is (249,32,154). Sum of RGB (Red+Green+Blue) = 249+32+154=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9209A is #06DF65. Grayscale: #6E6E6E. Windows color (decimal): -450406 or 10100985. OLE color: 10100985.

HSL color Cylindrical-coordinate representation of color #F9209A: hue angle of 326.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9209A is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 154 -
CMYK 0 0.87 0.38 0.02
HSL 326.27º 0.95% 0.55% -
HSV(B) 326.27º 0.87% 0.98% -
XYZ 45.42 23.51 32.72 -
YUV 110.79 152.39 226.58 -
System Red Green Blue C M Y K H S L
Decimal 249 32 154 0 0.87 0.38 0.02 326.27 0.95 0.55
Hex F9 20 9A 0 57 26 2 146 5F 37
Octal 371 40 232 0 127 46 2 506 137 67
Binary 11111001 100000 10011010 0 1010111 100110 10 101000110 1011111 110111

Color Harmonies of #F9209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9209A

Black with #F9209A

Text Example


Text Example

White with #F9209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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