#F97F86

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

Shades of Carissma #F97F86

Tints of Carissma #F97F86

Color information

#F97F86 (or 0xF97F86) is unknown color: approx Carissma. HEX triplet: F9, 7F and 86. RGB value is (249,127,134). Sum of RGB (Red+Green+Blue) = 249+127+134=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97F86 is #068079. Grayscale: #A4A4A4. Windows color (decimal): -426106 or 8814585. OLE color: 8814585.

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

Color convert

RGB249127134-
CMYK00.490.460.02
HSL356.56º91.04%73.73%-
HSV(B)356.56º49%97.65%-
XYZ50.9637.0427.02-
YUV164.28110.92188.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=48.82%
G=24.90%
B=26.27%

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
Decimal24912713400.490.460.02356.5691.0473.73
HexF97F860312E21655b4a
Octal371177206061562545133112
Binary1111100111111111000011001100011011101010110010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97F86; }

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

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

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

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

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

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

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

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