#F96898

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

Shades of Brilliant Rose #F96898

Tints of Brilliant Rose #F96898

Color information

#F96898 (or 0xF96898) is unknown color: approx Brilliant Rose. HEX triplet: F9, 68 and 98. RGB value is (249,104,152). Sum of RGB (Red+Green+Blue) = 249+104+152=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F96898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96898 is #069767. Grayscale: #989898. Windows color (decimal): -431976 or 9988345. OLE color: 9988345.

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

Color convert

RGB249104152-
CMYK00.580.390.02
HSL340.14º92.36%69.22%-
HSV(B)340.14º58.23%97.65%-
XYZ49.6832.3133.32-
YUV152.83127.54196.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=49.31%
G=20.59%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910415200.580.390.02340.1492.3669.22
HexF9689803A2721545c45
Octal371150230072472524134105
Binary1111100111010001001100001110101001111010101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96898; }

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

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

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

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

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

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

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

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