#f2848f

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

Shades of Carissma #F2848F

Tints of Carissma #F2848F

Color information

#F2848F (or 0xF2848F) is unknown color: approx Carissma. HEX triplet: F2, 84 and 8F. RGB value is (242,132,143). Sum of RGB (Red+Green+Blue) = 242+132+143=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2848F is #0D7B70. Grayscale: #A6A6A6. Windows color (decimal): -883569 or 9405682. OLE color: 9405682.

HSL color Cylindrical-coordinate representation of color #F2848F: hue angle of 354º 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 #F2848F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242132143-
CMYK00.450.410.05
HSL354º80.88%73.33%-
HSV(B)354º45.45%94.9%-
XYZ49.8337.3630.57-
YUV166.14114.94182.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.81%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=46.81%
G=25.53%
B=27.66%

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
Decimal24213214300.450.410.0535480.8873.33
HexF2848F02D2951625149
Octal362204217055515542121111
Binary111100101000010010001111010110110100110110110001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2848f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2848f; }

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

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

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

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

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

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

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

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