#F78095

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

Shades of Carissma #F78095

Tints of Carissma #F78095

Color information

#F78095 (or 0xF78095) is unknown color: approx Carissma. HEX triplet: F7, 80 and 95. RGB value is (247,128,149). Sum of RGB (Red+Green+Blue) = 247+128+149=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F78095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78095 is #087F6A. Grayscale: #A6A6A6. Windows color (decimal): -556907 or 9797879. OLE color: 9797879.

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

Color convert

RGB247128149-
CMYK00.480.400.03
HSL349.41º88.15%73.53%-
HSV(B)349.41º48.18%96.86%-
XYZ51.537.3832.93-
YUV165.97118.42185.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.14%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=47.14%
G=24.43%
B=28.44%

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
Decimal24712814900.480.400.03349.4188.1573.53
HexF7809503028315d584a
Octal367200225060503535130112
Binary11110111100000001001010101100001010001110101110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78095; }

 p { color: rgb(247,128,149); }

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

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

 a { background-color: rgb(247,128,149); }

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

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

 span { border-color: rgb(247,128,149); }

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