#F8818E

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

Shades of Carissma #F8818E

Tints of Carissma #F8818E

Color information

#F8818E (or 0xF8818E) is unknown color: approx Carissma. HEX triplet: F8, 81 and 8E. RGB value is (248,129,142). Sum of RGB (Red+Green+Blue) = 248+129+142=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8818E is #077E71. Grayscale: #A6A6A6. Windows color (decimal): -491122 or 9339384. OLE color: 9339384.

HSL color Cylindrical-coordinate representation of color #F8818E: hue angle of 353.45º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8818E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248129142-
CMYK00.480.430.03
HSL353.45º89.47%73.92%-
HSV(B)353.45º47.98%97.25%-
XYZ51.4437.6130.14-
YUV166.06114.42186.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.78%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=47.78%
G=24.86%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812914200.480.430.03353.4589.4773.92
HexF8818E0302B3161594a
Octal370201216060533541131112
Binary11111000100000011000111001100001010111110110000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8818E; }

 p { color: rgb(248,129,142); }

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

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

 a { background-color: rgb(248,129,142); }

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

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

 span { border-color: rgb(248,129,142); }

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