#F48394

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

Shades of Carissma #F48394

Tints of Carissma #F48394

Color information

#F48394 (or 0xF48394) is unknown color: approx Carissma. HEX triplet: F4, 83 and 94. RGB value is (244,131,148). Sum of RGB (Red+Green+Blue) = 244+131+148=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F48394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48394 is #0B7C6B. Grayscale: #A6A6A6. Windows color (decimal): -752748 or 9733108. OLE color: 9733108.

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

Color convert

RGB244131148-
CMYK00.460.390.04
HSL350.97º83.7%73.53%-
HSV(B)350.97º46.31%95.69%-
XYZ50.7737.632.6-
YUV166.73117.44183.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=46.65%
G=25.05%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413114800.460.390.04350.9783.773.53
HexF4839402E27415f544a
Octal364203224056474537124112
Binary111101001000001110010100010111010011110010101111110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48394; }

 p { color: rgb(244,131,148); }

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

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

 a { background-color: rgb(244,131,148); }

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

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

 span { border-color: rgb(244,131,148); }

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