#F98086

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

Shades of Carissma #F98086

Tints of Carissma #F98086

Color information

#F98086 (or 0xF98086) is unknown color: approx Carissma. HEX triplet: F9, 80 and 86. RGB value is (249,128,134). Sum of RGB (Red+Green+Blue) = 249+128+134=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F98086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98086 is #067F79. Grayscale: #A4A4A4. Windows color (decimal): -425850 or 8814841. OLE color: 8814841.

HSL color Cylindrical-coordinate representation of color #F98086: hue angle of 357.02º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F98086 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB249128134-
CMYK00.490.460.02
HSL357.02º90.98%73.92%-
HSV(B)357.02º48.59%97.65%-
XYZ51.0937.327.06-
YUV164.86110.59188.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.73%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=48.73%
G=25.05%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912813400.490.460.02357.0290.9873.92
HexF980860312E21655b4a
Octal371200206061562545133112
Binary11111001100000001000011001100011011101010110010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98086; }

 p { color: rgb(249,128,134); }

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

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

 a { background-color: rgb(249,128,134); }

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

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

 span { border-color: rgb(249,128,134); }

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