#F28388

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

Shades of Carissma #F28388

Tints of Carissma #F28388

Color information

#F28388 (or 0xF28388) is unknown color: approx Carissma. HEX triplet: F2, 83 and 88. RGB value is (242,131,136). Sum of RGB (Red+Green+Blue) = 242+131+136=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28388 is #0D7C77. Grayscale: #A4A4A4. Windows color (decimal): -883832 or 8946674. OLE color: 8946674.

HSL color Cylindrical-coordinate representation of color #F28388: hue angle of 357.3º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F28388 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242131136-
CMYK00.460.440.05
HSL357.3º81.02%73.14%-
HSV(B)357.3º45.87%94.9%-
XYZ49.1836.8927.82-
YUV164.76111.77183.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=47.54%
G=25.74%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213113600.460.440.05357.381.0273.14
HexF2838802E2C51655149
Octal362203210056545545121111
Binary111100101000001110001000010111010110010110110010110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28388; }

 p { color: rgb(242,131,136); }

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

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

 a { background-color: rgb(242,131,136); }

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

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

 span { border-color: rgb(242,131,136); }

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