#F08195

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

Shades of Carissma #F08195

Tints of Carissma #F08195

Color information

#F08195 (or 0xF08195) is unknown color: approx Carissma. HEX triplet: F0, 81 and 95. RGB value is (240,129,149). Sum of RGB (Red+Green+Blue) = 240+129+149=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F08195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08195 is #0F7E6A. Grayscale: #A4A4A4. Windows color (decimal): -1015403 or 9798128. OLE color: 9798128.

HSL color Cylindrical-coordinate representation of color #F08195: hue angle of 349.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08195 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240129149-
CMYK00.460.380.06
HSL349.19º78.72%72.35%-
HSV(B)349.19º46.25%94.12%-
XYZ49.2136.432.87-
YUV164.47119.27181.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=46.33%
G=24.90%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012914900.460.380.06349.1978.7272.35
HexF0819502E26615d4f48
Octal360201225056466535117110
Binary111100001000000110010101010111010011011010101110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08195; }

 p { color: rgb(240,129,149); }

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

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

 a { background-color: rgb(240,129,149); }

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

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

 span { border-color: rgb(240,129,149); }

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