Html Css Color HEX #F9289F Persian Rose

📋 copy color: '#F9289F'

red 249 ◦ green 40 ◦ blue 159

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

Shades of Persian Rose #F9289F

Tints of Persian Rose #F9289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.93%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 55.58%
G = 8.93%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9289F (or 0xF9289F) is known color: Persian Rose. HEX triplet: F9, 28 and 9F. RGB value is (249,40,159). Sum of RGB (Red+Green+Blue) = 249+40+159=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F9289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9289F is #06D760. Grayscale: #737373. Windows color (decimal): -448353 or 10430713. OLE color: 10430713.

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

Color convert

RGB 249 40 159 -
CMYK 0 0.84 0.36 0.02
HSL 325.84º 0.95% 0.57% -
HSV(B) 325.84º 0.84% 0.98% -
XYZ 46.08 24.16 35.04 -
YUV 116.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 249 40 159 0 0.84 0.36 0.02 325.84 0.95 0.57
Hex F9 28 9F 0 54 24 2 146 5F 39
Octal 371 50 237 0 124 44 2 506 137 71
Binary 11111001 101000 10011111 0 1010100 100100 10 101000110 1011111 111001

Color Harmonies of #F9289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9289F

Black with #F9289F

Text Example


Text Example

White with #F9289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9289F; }

 p { color: rgb(249,40,159); }

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

background-color css

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

 a { background-color: rgb(249,40,159); }

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

border-color css

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

 span { border-color: rgb(249,40,159); }

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