#F96498

Color #F96498 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F96498

Tints of Brilliant Rose #F96498

Color information

#F96498 (or 0xF96498) is unknown color: approx Brilliant Rose. HEX triplet: F9, 64 and 98. RGB value is (249,100,152). Sum of RGB (Red+Green+Blue) = 249+100+152=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F96498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96498 is #069B67. Grayscale: #969696. Windows color (decimal): -433000 or 9987321. OLE color: 9987321.

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

Color convert

RGB249100152-
CMYK00.600.390.02
HSL339.06º92.55%68.43%-
HSV(B)339.06º59.84%97.65%-
XYZ49.2931.5233.19-
YUV150.48128.86198.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 100 (39.45% from 255) = 19.96%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=49.70%
G=19.96%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910015200.600.390.02339.0692.5568.43
HexF9649803C2721535d44
Octal371144230074472523135104
Binary1111100111001001001100001111001001111010101001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96498; }

 p { color: rgb(249,100,152); }

 H1.HeaderClassName
 {
   color: #F96498;
 }
 .AnyTagClassName
 {
   color: #F96498;
 }
</style>
background-color css

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

 a { background-color: rgb(249,100,152); }

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

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

 span { border-color: rgb(249,100,152); }

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