#F48499

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

Shades of Carissma #F48499

Tints of Carissma #F48499

Color information

#F48499 (or 0xF48499) is unknown color: approx Carissma. HEX triplet: F4, 84 and 99. RGB value is (244,132,153). Sum of RGB (Red+Green+Blue) = 244+132+153=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F48499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48499 is #0B7B66. Grayscale: #A7A7A7. Windows color (decimal): -752487 or 10061044. OLE color: 10061044.

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

Color convert

RGB244132153-
CMYK00.460.370.04
HSL348.75º83.58%73.73%-
HSV(B)348.75º45.9%95.69%-
XYZ51.3138.0434.77-
YUV167.88119.61182.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.12%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=46.12%
G=24.95%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413215300.460.370.04348.7583.5873.73
HexF4849902E25415d544a
Octal364204231056454535124112
Binary111101001000010010011001010111010010110010101110110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48499; }

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

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

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

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

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

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

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

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