#F78190

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

Shades of Carissma #F78190

Tints of Carissma #F78190

Color information

#F78190 (or 0xF78190) is unknown color: approx Carissma. HEX triplet: F7, 81 and 90. RGB value is (247,129,144). Sum of RGB (Red+Green+Blue) = 247+129+144=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F78190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78190 is #087E6F. Grayscale: #A6A6A6. Windows color (decimal): -556656 or 9470455. OLE color: 9470455.

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

Color convert

RGB247129144-
CMYK00.480.420.03
HSL352.37º88.06%73.73%-
HSV(B)352.37º47.77%96.86%-
XYZ51.2437.4930.92-
YUV165.99115.59185.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.5%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=47.5%
G=24.81%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712914400.480.420.03352.3788.0673.73
HexF781900302A3160584a
Octal367201220060523540130112
Binary11110111100000011001000001100001010101110110000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78190; }

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

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

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

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

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

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

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

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