#F97991

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

Shades of Carissma #F97991

Tints of Carissma #F97991

Color information

#F97991 (or 0xF97991) is unknown color: approx Carissma. HEX triplet: F9, 79 and 91. RGB value is (249,121,145). Sum of RGB (Red+Green+Blue) = 249+121+145=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F97991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97991 is #06866E. Grayscale: #A2A2A2. Windows color (decimal): -427631 or 9533945. OLE color: 9533945.

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

Color convert

RGB249121145-
CMYK00.510.420.02
HSL348.75º91.43%72.55%-
HSV(B)348.75º51.41%97.65%-
XYZ51.0235.8631.02-
YUV162.01118.41190.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.35%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=48.35%
G=23.50%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912114500.510.420.02348.7591.4372.55
HexF979910332A215d5b49
Octal371171221063522535133111
Binary1111100111110011001000101100111010101010101110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97991; }

 p { color: rgb(249,121,145); }

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

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

 a { background-color: rgb(249,121,145); }

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

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

 span { border-color: rgb(249,121,145); }

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