#F2848E

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

Shades of Carissma #F2848E

Tints of Carissma #F2848E

Color information

#F2848E (or 0xF2848E) is unknown color: approx Carissma. HEX triplet: F2, 84 and 8E. RGB value is (242,132,142). Sum of RGB (Red+Green+Blue) = 242+132+142=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2848E is #0D7B71. Grayscale: #A6A6A6. Windows color (decimal): -883570 or 9340146. OLE color: 9340146.

HSL color Cylindrical-coordinate representation of color #F2848E: hue angle of 354.55º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2848E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242132142-
CMYK00.450.410.05
HSL354.55º80.88%73.33%-
HSV(B)354.55º45.45%94.9%-
XYZ49.7537.3330.17-
YUV166.03114.44182.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=46.90%
G=25.58%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213214200.450.410.05354.5580.8873.33
HexF2848E02D2951635149
Octal362204216055515543121111
Binary111100101000010010001110010110110100110110110001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2848E; }

 p { color: rgb(242,132,142); }

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

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

 a { background-color: rgb(242,132,142); }

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

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

 span { border-color: rgb(242,132,142); }

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