Html Css Color HEX #F9249B Persian Rose

📋 copy color: '#F9249B'

red 249 ◦ green 36 ◦ blue 155

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

Shades of Persian Rose #F9249B

Tints of Persian Rose #F9249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.18%

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

R = 56.59%
G = 8.18%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9249B (or 0xF9249B) is known color: Persian Rose. HEX triplet: F9, 24 and 9B. RGB value is (249,36,155). Sum of RGB (Red+Green+Blue) = 249+36+155=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9249B is #06DB64. Grayscale: #707070. Windows color (decimal): -449381 or 10167545. OLE color: 10167545.

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

Color convert

RGB 249 36 155 -
CMYK 0 0.86 0.38 0.02
HSL 326.48º 0.95% 0.56% -
HSV(B) 326.48º 0.86% 0.98% -
XYZ 45.61 23.77 33.19 -
YUV 113.25 151.57 224.82 -
System Red Green Blue C M Y K H S L
Decimal 249 36 155 0 0.86 0.38 0.02 326.48 0.95 0.56
Hex F9 24 9B 0 56 26 2 146 5F 38
Octal 371 44 233 0 126 46 2 506 137 70
Binary 11111001 100100 10011011 0 1010110 100110 10 101000110 1011111 111000

Color Harmonies of #F9249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9249B

Black with #F9249B

Text Example


Text Example

White with #F9249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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