#F97B91

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

Shades of Carissma #F97B91

Tints of Carissma #F97B91

Color information

#F97B91 (or 0xF97B91) is unknown color: approx Carissma. HEX triplet: F9, 7B and 91. RGB value is (249,123,145). Sum of RGB (Red+Green+Blue) = 249+123+145=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97B91 is #06846E. Grayscale: #A3A3A3. Windows color (decimal): -427119 or 9534457. OLE color: 9534457.

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

Color convert

RGB249123145-
CMYK00.510.420.02
HSL349.52º91.3%72.94%-
HSV(B)349.52º50.6%97.65%-
XYZ51.2636.3531.1-
YUV163.18117.74189.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.16%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=48.16%
G=23.79%
B=28.05%

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
Decimal24912314500.510.420.02349.5291.372.94
HexF97B910332A215e5b49
Octal371173221063522536133111
Binary1111100111110111001000101100111010101010101111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B91; }

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

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

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

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

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

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

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

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