#F38288

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

Shades of Carissma #F38288

Tints of Carissma #F38288

Color information

#F38288 (or 0xF38288) is unknown color: approx Carissma. HEX triplet: F3, 82 and 88. RGB value is (243,130,136). Sum of RGB (Red+Green+Blue) = 243+130+136=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F38288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38288 is #0C7D77. Grayscale: #A4A4A4. Windows color (decimal): -818552 or 8946419. OLE color: 8946419.

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

Color convert

RGB243130136-
CMYK00.470.440.05
HSL356.81º82.48%73.14%-
HSV(B)356.81º46.5%95.29%-
XYZ49.3936.827.79-
YUV164.47111.94184.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=47.74%
G=25.54%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313013600.470.440.05356.8182.4873.14
HexF3828802F2C51655249
Octal363202210057545545122111
Binary111100111000001010001000010111110110010110110010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38288; }

 p { color: rgb(243,130,136); }

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

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

 a { background-color: rgb(243,130,136); }

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

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

 span { border-color: rgb(243,130,136); }

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