#f48283

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

Shades of Carissma #F48283

Tints of Carissma #F48283

Color information

#F48283 (or 0xF48283) is unknown color: approx Carissma. HEX triplet: F4, 82 and 83. RGB value is (244,130,131). Sum of RGB (Red+Green+Blue) = 244+130+131=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F48283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48283 is #0B7D7C. Grayscale: #A4A4A4. Windows color (decimal): -753021 or 8618740. OLE color: 8618740.

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

Color convert

RGB244130131-
CMYK00.470.460.04
HSL359.47º83.82%73.33%-
HSV(B)359.47º46.72%95.69%-
XYZ49.3936.8425.98-
YUV164.2109.27184.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=48.32%
G=25.74%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413013100.470.460.04359.4783.8273.33
HexF4828302F2E41675449
Octal364202203057564547124111
Binary111101001000001010000011010111110111010010110011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48283; }

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

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

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

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

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

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

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

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