#F78194

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

Shades of Carissma #F78194

Tints of Carissma #F78194

Color information

#F78194 (or 0xF78194) is unknown color: approx Carissma. HEX triplet: F7, 81 and 94. RGB value is (247,129,148). Sum of RGB (Red+Green+Blue) = 247+129+148=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F78194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78194 is #087E6B. Grayscale: #A6A6A6. Windows color (decimal): -556652 or 9732599. OLE color: 9732599.

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

Color convert

RGB247129148-
CMYK00.480.400.03
HSL350.34º88.06%73.73%-
HSV(B)350.34º47.77%96.86%-
XYZ51.5537.6132.56-
YUV166.45117.59185.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.14%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=47.14%
G=24.62%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712914800.480.400.03350.3488.0673.73
HexF7819403028315e584a
Octal367201224060503536130112
Binary11110111100000011001010001100001010001110101111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78194; }

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

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

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

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

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

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

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

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