#F48193

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

Shades of Carissma #F48193

Tints of Carissma #F48193

Color information

#F48193 (or 0xF48193) is unknown color: approx Carissma. HEX triplet: F4, 81 and 93. RGB value is (244,129,147). Sum of RGB (Red+Green+Blue) = 244+129+147=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F48193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48193 is #0B7E6C. Grayscale: #A5A5A5. Windows color (decimal): -753261 or 9667060. OLE color: 9667060.

HSL color Cylindrical-coordinate representation of color #F48193: hue angle of 350.61º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F48193 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB244129147-
CMYK00.470.400.04
HSL350.61º83.94%73.14%-
HSV(B)350.61º47.13%95.69%-
XYZ50.4237.0432.1-
YUV165.44117.6184.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.92%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=46.92%
G=24.81%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412914700.470.400.04350.6183.9473.14
HexF4819302F28415f5449
Octal364201223057504537124111
Binary111101001000000110010011010111110100010010101111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48193; }

 p { color: rgb(244,129,147); }

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

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

 a { background-color: rgb(244,129,147); }

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

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

 span { border-color: rgb(244,129,147); }

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