#F08088

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

Shades of Carissma #F08088

Tints of Carissma #F08088

Color information

#F08088 (or 0xF08088) is unknown color: approx Carissma. HEX triplet: F0, 80 and 88. RGB value is (240,128,136). Sum of RGB (Red+Green+Blue) = 240+128+136=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08088 is #0F7F77. Grayscale: #A2A2A2. Windows color (decimal): -1015672 or 8945904. OLE color: 8945904.

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

Color convert

RGB240128136-
CMYK00.470.430.06
HSL355.71º78.87%72.16%-
HSV(B)355.71º46.67%94.12%-
XYZ48.135.7427.66-
YUV162.4113.11183.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.62%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=47.62%
G=25.40%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012813600.470.430.06355.7178.8772.16
HexF0808802F2B61644f48
Octal360200210057536544117110
Binary111100001000000010001000010111110101111010110010010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08088; }

 p { color: rgb(240,128,136); }

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

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

 a { background-color: rgb(240,128,136); }

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

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

 span { border-color: rgb(240,128,136); }

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