#F38091

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

Shades of Carissma #F38091

Tints of Carissma #F38091

Color information

#F38091 (or 0xF38091) is unknown color: approx Carissma. HEX triplet: F3, 80 and 91. RGB value is (243,128,145). Sum of RGB (Red+Green+Blue) = 243+128+145=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F38091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38091 is #0C7F6E. Grayscale: #A4A4A4. Windows color (decimal): -819055 or 9535731. OLE color: 9535731.

HSL color Cylindrical-coordinate representation of color #F38091: hue angle of 351.13º degrees, saturation: 0.83, 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 #F38091 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB243128145-
CMYK00.470.400.05
HSL351.13º82.73%72.75%-
HSV(B)351.13º47.33%95.29%-
XYZ49.7936.5431.22-
YUV164.32117.1184.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.09%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=47.09%
G=24.81%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312814500.470.400.05351.1382.7372.75
HexF3809102F28515f5349
Octal363200221057505537123111
Binary111100111000000010010001010111110100010110101111110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38091; }

 p { color: rgb(243,128,145); }

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

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

 a { background-color: rgb(243,128,145); }

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

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

 span { border-color: rgb(243,128,145); }

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