#F48295

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

Shades of Carissma #F48295

Tints of Carissma #F48295

Color information

#F48295 (or 0xF48295) is unknown color: approx Carissma. HEX triplet: F4, 82 and 95. RGB value is (244,130,149). Sum of RGB (Red+Green+Blue) = 244+130+149=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F48295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48295 is #0B7D6A. Grayscale: #A6A6A6. Windows color (decimal): -753003 or 9798388. OLE color: 9798388.

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

Color convert

RGB244130149-
CMYK00.470.390.04
HSL350º83.82%73.33%-
HSV(B)350º46.72%95.69%-
XYZ50.7237.3732.97-
YUV166.25118.27183.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=46.65%
G=24.86%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413014900.470.390.0435083.8273.33
HexF4829502F27415e5449
Octal364202225057474536124111
Binary111101001000001010010101010111110011110010101111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48295; }

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

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

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

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

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

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

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

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