Html Css Color HEX #F96099 Brilliant Rose

📋 copy color: '#F96099'

red 249 ◦ green 96 ◦ blue 153

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

Shades of Brilliant Rose #F96099

Tints of Brilliant Rose #F96099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.28%

 BLUE value IS 153 (60.16% from 255) = 30.72%

R = 50%
G = 19.28%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F96099 (or 0xF96099) is known color: Brilliant Rose. HEX triplet: F9, 60 and 99. RGB value is (249,96,153). Sum of RGB (Red+Green+Blue) = 249+96+153=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F96099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96099 is #069F66. Grayscale: #949494. Windows color (decimal): -434023 or 10051833. OLE color: 10051833.

HSL color Cylindrical-coordinate representation of color #F96099: hue angle of 337.65º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96099 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 96 153 -
CMYK 0 0.61 0.39 0.02
HSL 337.65º 0.93% 0.68% -
HSV(B) 337.65º 0.61% 0.98% -
XYZ 49 30.81 33.5 -
YUV 148.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 249 96 153 0 0.61 0.39 0.02 337.65 0.93 0.68
Hex F9 60 99 0 3D 27 2 152 5D 44
Octal 371 140 231 0 75 47 2 522 135 104
Binary 11111001 1100000 10011001 0 111101 100111 10 101010010 1011101 1000100

Color Harmonies of #F96099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96099

Black with #F96099

Text Example


Text Example

White with #F96099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96099; }

 p { color: rgb(249,96,153); }

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

background-color css

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

 a { background-color: rgb(249,96,153); }

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

border-color css

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

 span { border-color: rgb(249,96,153); }

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