#F78196

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

Shades of Carissma #F78196

Tints of Carissma #F78196

Color information

#F78196 (or 0xF78196) is unknown color: approx Carissma. HEX triplet: F7, 81 and 96. RGB value is (247,129,150). Sum of RGB (Red+Green+Blue) = 247+129+150=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F78196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78196 is #087E69. Grayscale: #A6A6A6. Windows color (decimal): -556650 or 9863671. OLE color: 9863671.

HSL color Cylindrical-coordinate representation of color #F78196: hue angle of 349.32º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78196 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247129150-
CMYK00.480.390.03
HSL349.32º88.06%73.73%-
HSV(B)349.32º47.77%96.86%-
XYZ51.7137.6833.4-
YUV166.68118.59185.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 129 (50.78% from 255) = 24.52%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=46.96%
G=24.52%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712915000.480.390.03349.3288.0673.73
HexF7819603027315d584a
Octal367201226060473535130112
Binary11110111100000011001011001100001001111110101110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78196; }

 p { color: rgb(247,129,150); }

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

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

 a { background-color: rgb(247,129,150); }

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

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

 span { border-color: rgb(247,129,150); }

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