#F97B88

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

Shades of Carissma #F97B88

Tints of Carissma #F97B88

Color information

#F97B88 (or 0xF97B88) is unknown color: approx Carissma. HEX triplet: F9, 7B and 88. RGB value is (249,123,136). Sum of RGB (Red+Green+Blue) = 249+123+136=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97B88 is #068477. Grayscale: #A2A2A2. Windows color (decimal): -427128 or 8944633. OLE color: 8944633.

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

Color convert

RGB249123136-
CMYK00.510.450.02
HSL353.81º91.3%72.94%-
HSV(B)353.81º50.6%97.65%-
XYZ50.5936.0827.59-
YUV162.16113.24189.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=49.02%
G=24.21%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912313600.510.450.02353.8191.372.94
HexF97B880332D21625b49
Octal371173210063552542133111
Binary1111100111110111000100001100111011011010110001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B88; }

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

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

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

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

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

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

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

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