Html Css Color HEX #F9459D Brilliant Rose

📋 copy color: '#F9459D'

red 249 ◦ green 69 ◦ blue 157

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

Shades of Brilliant Rose #F9459D

Tints of Brilliant Rose #F9459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.53%

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 52.42%
G = 14.53%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9459D (or 0xF9459D) is known color: Brilliant Rose. HEX triplet: F9, 45 and 9D. RGB value is (249,69,157). Sum of RGB (Red+Green+Blue) = 249+69+157=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9459D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9459D is #06BA62. Grayscale: #848484. Windows color (decimal): -440931 or 10307065. OLE color: 10307065.

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

Color convert

RGB 249 69 157 -
CMYK 0 0.72 0.37 0.02
HSL 330.67º 0.94% 0.62% -
HSV(B) 330.67º 0.72% 0.98% -
XYZ 47.28 26.83 34.59 -
YUV 132.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 249 69 157 0 0.72 0.37 0.02 330.67 0.94 0.62
Hex F9 45 9D 0 48 25 2 14B 5E 3E
Octal 371 105 235 0 110 45 2 513 136 76
Binary 11111001 1000101 10011101 0 1001000 100101 10 101001011 1011110 111110

Color Harmonies of #F9459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9459D

Black with #F9459D

Text Example


Text Example

White with #F9459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9459D; }

 p { color: rgb(249,69,157); }

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

background-color css

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

 a { background-color: rgb(249,69,157); }

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

border-color css

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

 span { border-color: rgb(249,69,157); }

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