#F48183

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

Shades of Carissma #F48183

Tints of Carissma #F48183

Color information

#F48183 (or 0xF48183) is unknown color: approx Carissma. HEX triplet: F4, 81 and 83. RGB value is (244,129,131). Sum of RGB (Red+Green+Blue) = 244+129+131=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F48183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48183 is #0B7E7C. Grayscale: #A3A3A3. Windows color (decimal): -753277 or 8618484. OLE color: 8618484.

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

Color convert

RGB244129131-
CMYK00.470.460.04
HSL358.96º83.94%73.14%-
HSV(B)358.96º47.13%95.69%-
XYZ49.2636.5725.94-
YUV163.61109.6185.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.41%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=48.41%
G=25.60%
B=25.99%

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
Decimal24412913100.470.460.04358.9683.9473.14
HexF4818302F2E41675449
Octal364201203057564547124111
Binary111101001000000110000011010111110111010010110011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48183; }

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

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

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

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

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

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

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

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