#F96495

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

Shades of Brilliant Rose #F96495

Tints of Brilliant Rose #F96495

Color information

#F96495 (or 0xF96495) is unknown color: approx Brilliant Rose. HEX triplet: F9, 64 and 95. RGB value is (249,100,149). Sum of RGB (Red+Green+Blue) = 249+100+149=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F96495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96495 is #069B6A. Grayscale: #969696. Windows color (decimal): -433003 or 9790713. OLE color: 9790713.

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

Color convert

RGB249100149-
CMYK00.600.400.02
HSL340.27º92.55%68.43%-
HSV(B)340.27º59.84%97.65%-
XYZ49.0531.4231.91-
YUV150.14127.36198.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=50%
G=20.08%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910014900.600.400.02340.2792.5568.43
HexF9649503C2821545d44
Octal371144225074502524135104
Binary1111100111001001001010101111001010001010101010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96495; }

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

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

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

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

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

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

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

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