#F96198

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

Shades of Brilliant Rose #F96198

Tints of Brilliant Rose #F96198

Color information

#F96198 (or 0xF96198) is unknown color: approx Brilliant Rose. HEX triplet: F9, 61 and 98. RGB value is (249,97,152). Sum of RGB (Red+Green+Blue) = 249+97+152=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F96198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96198 is #069E67. Grayscale: #949494. Windows color (decimal): -433768 or 9986553. OLE color: 9986553.

HSL color Cylindrical-coordinate representation of color #F96198: hue angle of 338.29º 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 #F96198 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB24997152-
CMYK00.610.390.02
HSL338.29º92.68%67.84%-
HSV(B)338.29º61.04%97.65%-
XYZ49.0130.9633.1-
YUV148.72129.86199.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=50%
G=19.48%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499715200.610.390.02338.2992.6867.84
HexF9619803D2721525d44
Octal371141230075472522135104
Binary1111100111000011001100001111011001111010101001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96198; }

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

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

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

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

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

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

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

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