#F97B86

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

Shades of Carissma #F97B86

Tints of Carissma #F97B86

Color information

#F97B86 (or 0xF97B86) is unknown color: approx Carissma. HEX triplet: F9, 7B and 86. RGB value is (249,123,134). Sum of RGB (Red+Green+Blue) = 249+123+134=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97B86 is #068479. Grayscale: #A2A2A2. Windows color (decimal): -427130 or 8813561. OLE color: 8813561.

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

Color convert

RGB249123134-
CMYK00.510.460.02
HSL354.76º91.3%72.94%-
HSV(B)354.76º50.6%97.65%-
XYZ50.4536.0326.85-
YUV161.93112.24190.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.21%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=49.21%
G=24.31%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912313400.510.460.02354.7691.372.94
HexF97B860332E21635b49
Octal371173206063562543133111
Binary1111100111110111000011001100111011101010110001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B86; }

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

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

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

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

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

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

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

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