#F48098

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

Shades of Carissma #F48098

Tints of Carissma #F48098

Color information

#F48098 (or 0xF48098) is unknown color: approx Carissma. HEX triplet: F4, 80 and 98. RGB value is (244,128,152). Sum of RGB (Red+Green+Blue) = 244+128+152=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F48098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48098 is #0B7F67. Grayscale: #A5A5A5. Windows color (decimal): -753512 or 9994484. OLE color: 9994484.

HSL color Cylindrical-coordinate representation of color #F48098: hue angle of 347.59º 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 #F48098 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB244128152-
CMYK00.480.380.04
HSL347.59º84.06%72.94%-
HSV(B)347.59º47.54%95.69%-
XYZ50.6936.9434.16-
YUV165.42120.43184.05-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=46.56%
G=24.43%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412815200.480.380.04347.5984.0672.94
HexF4809803026415c5449
Octal364200230060464534124111
Binary111101001000000010011000011000010011010010101110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48098; }

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

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

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

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

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

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

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

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