#F97D8C

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

Shades of Carissma #F97D8C

Tints of Carissma #F97D8C

Color information

#F97D8C (or 0xF97D8C) is unknown color: approx Carissma. HEX triplet: F9, 7D and 8C. RGB value is (249,125,140). Sum of RGB (Red+Green+Blue) = 249+125+140=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97D8C is #068273. Grayscale: #A3A3A3. Windows color (decimal): -426612 or 9207289. OLE color: 9207289.

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

Color convert

RGB249125140-
CMYK00.500.440.02
HSL352.74º91.18%73.33%-
HSV(B)352.74º49.8%97.65%-
XYZ51.1336.729.2-
YUV163.79114.58188.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=48.44%
G=24.32%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912514000.500.440.02352.7491.1873.33
HexF97D8C0322C21615b49
Octal371175214062542541133111
Binary1111100111111011000110001100101011001010110000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D8C; }

 p { color: rgb(249,125,140); }

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

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

 a { background-color: rgb(249,125,140); }

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

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

 span { border-color: rgb(249,125,140); }

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