#F0838E

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

Shades of Carissma #F0838E

Tints of Carissma #F0838E

Color information

#F0838E (or 0xF0838E) is unknown color: approx Carissma. HEX triplet: F0, 83 and 8E. RGB value is (240,131,142). Sum of RGB (Red+Green+Blue) = 240+131+142=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0838E is #0F7C71. Grayscale: #A4A4A4. Windows color (decimal): -1014898 or 9339888. OLE color: 9339888.

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

Color convert

RGB240131142-
CMYK00.450.410.06
HSL353.94º78.42%72.75%-
HSV(B)353.94º45.42%94.12%-
XYZ48.9336.7130.1-
YUV164.84115.11181.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=46.78%
G=25.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013114200.450.410.06353.9478.4272.75
HexF0838E02D2961624e49
Octal360203216055516542116111
Binary111100001000001110001110010110110100111010110001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0838E; }

 p { color: rgb(240,131,142); }

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

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

 a { background-color: rgb(240,131,142); }

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

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

 span { border-color: rgb(240,131,142); }

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