#F6818F

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

Shades of Carissma #F6818F

Tints of Carissma #F6818F

Color information

#F6818F (or 0xF6818F) is unknown color: approx Carissma. HEX triplet: F6, 81 and 8F. RGB value is (246,129,143). Sum of RGB (Red+Green+Blue) = 246+129+143=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F6818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6818F is #097E70. Grayscale: #A5A5A5. Windows color (decimal): -622193 or 9404918. OLE color: 9404918.

HSL color Cylindrical-coordinate representation of color #F6818F: hue angle of 352.82º 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 #F6818F is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246129143-
CMYK00.480.420.04
HSL352.82º86.67%73.53%-
HSV(B)352.82º47.56%96.47%-
XYZ50.8137.2830.5-
YUV165.58115.26185.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=47.49%
G=24.90%
B=27.61%

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
Decimal24612914300.480.420.04352.8286.6773.53
HexF6818F0302A4161574a
Octal366201217060524541127112
Binary111101101000000110001111011000010101010010110000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6818F; }

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

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

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

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

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

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

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

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