#F6818E

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

Shades of Carissma #F6818E

Tints of Carissma #F6818E

Color information

#F6818E (or 0xF6818E) is unknown color: approx Carissma. HEX triplet: F6, 81 and 8E. RGB value is (246,129,142). Sum of RGB (Red+Green+Blue) = 246+129+142=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6818E is #097E71. Grayscale: #A5A5A5. Windows color (decimal): -622194 or 9339382. OLE color: 9339382.

HSL color Cylindrical-coordinate representation of color #F6818E: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6818E is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246129142-
CMYK00.480.420.04
HSL353.33º86.67%73.53%-
HSV(B)353.33º47.56%96.47%-
XYZ50.7437.2530.11-
YUV165.46114.76185.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=47.58%
G=24.95%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612914200.480.420.04353.3386.6773.53
HexF6818E0302A4161574a
Octal366201216060524541127112
Binary111101101000000110001110011000010101010010110000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6818E; }

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

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

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

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

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

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

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

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