#F48099

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

Shades of Carissma #F48099

Tints of Carissma #F48099

Color information

#F48099 (or 0xF48099) is unknown color: approx Carissma. HEX triplet: F4, 80 and 99. RGB value is (244,128,153). Sum of RGB (Red+Green+Blue) = 244+128+153=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F48099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48099 is #0B7F66. Grayscale: #A5A5A5. Windows color (decimal): -753511 or 10060020. OLE color: 10060020.

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

Color convert

RGB244128153-
CMYK00.480.370.04
HSL347.07º84.06%72.94%-
HSV(B)347.07º47.54%95.69%-
XYZ50.7836.9734.6-
YUV165.53120.93183.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=46.48%
G=24.38%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412815300.480.370.04347.0784.0672.94
HexF4809903025415b5449
Octal364200231060454533124111
Binary111101001000000010011001011000010010110010101101110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48099; }

 p { color: rgb(244,128,153); }

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

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

 a { background-color: rgb(244,128,153); }

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

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

 span { border-color: rgb(244,128,153); }

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