Html Css Color HEX #F9449F Brilliant Rose

📋 copy color: '#F9449F'

red 249 ◦ green 68 ◦ blue 159

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

Shades of Brilliant Rose #F9449F

Tints of Brilliant Rose #F9449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.29%

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

R = 52.31%
G = 14.29%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9449F (or 0xF9449F) is known color: Brilliant Rose. HEX triplet: F9, 44 and 9F. RGB value is (249,68,159). Sum of RGB (Red+Green+Blue) = 249+68+159=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9449F is #06BB60. Grayscale: #848484. Windows color (decimal): -441185 or 10437881. OLE color: 10437881.

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

Color convert

RGB 249 68 159 -
CMYK 0 0.73 0.36 0.02
HSL 329.83º 0.94% 0.62% -
HSV(B) 329.83º 0.73% 0.98% -
XYZ 47.39 26.78 35.47 -
YUV 132.49 142.97 211.1 -
System Red Green Blue C M Y K H S L
Decimal 249 68 159 0 0.73 0.36 0.02 329.83 0.94 0.62
Hex F9 44 9F 0 49 24 2 14A 5E 3E
Octal 371 104 237 0 111 44 2 512 136 76
Binary 11111001 1000100 10011111 0 1001001 100100 10 101001010 1011110 111110

Color Harmonies of #F9449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9449F

Black with #F9449F

Text Example


Text Example

White with #F9449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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