Html Css Color HEX #F9209B Persian Rose

📋 copy color: '#F9209B'

red 249 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #F9209B

Tints of Persian Rose #F9209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 57.11%
G = 7.34%
B = 35.55%

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

#F9209B (or 0xF9209B) is known color: Persian Rose. HEX triplet: F9, 20 and 9B. RGB value is (249,32,155). Sum of RGB (Red+Green+Blue) = 249+32+155=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F9209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9209B is #06DF64. Grayscale: #6E6E6E. Windows color (decimal): -450405 or 10166521. OLE color: 10166521.

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

Color convert

RGB 249 32 155 -
CMYK 0 0.87 0.38 0.02
HSL 325.99º 0.95% 0.55% -
HSV(B) 325.99º 0.87% 0.98% -
XYZ 45.5 23.54 33.16 -
YUV 110.91 152.89 226.5 -
System Red Green Blue C M Y K H S L
Decimal 249 32 155 0 0.87 0.38 0.02 325.99 0.95 0.55
Hex F9 20 9B 0 57 26 2 146 5F 37
Octal 371 40 233 0 127 46 2 506 137 67
Binary 11111001 100000 10011011 0 1010111 100110 10 101000110 1011111 110111

Color Harmonies of #F9209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9209B

Black with #F9209B

Text Example


Text Example

White with #F9209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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