#F48289

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

Shades of Carissma #F48289

Tints of Carissma #F48289

Color information

#F48289 (or 0xF48289) is unknown color: approx Carissma. HEX triplet: F4, 82 and 89. RGB value is (244,130,137). Sum of RGB (Red+Green+Blue) = 244+130+137=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F48289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48289 is #0B7D76. Grayscale: #A4A4A4. Windows color (decimal): -753015 or 9011956. OLE color: 9011956.

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

Color convert

RGB244130137-
CMYK00.470.440.04
HSL356.32º83.82%73.33%-
HSV(B)356.32º46.72%95.69%-
XYZ49.813728.18-
YUV164.88112.27184.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.75%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=47.75%
G=25.44%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413013700.470.440.04356.3283.8273.33
HexF4828902F2C41645449
Octal364202211057544544124111
Binary111101001000001010001001010111110110010010110010010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48289; }

 p { color: rgb(244,130,137); }

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

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

 a { background-color: rgb(244,130,137); }

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

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

 span { border-color: rgb(244,130,137); }

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