#F6808F

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

Shades of Carissma #F6808F

Tints of Carissma #F6808F

Color information

#F6808F (or 0xF6808F) is unknown color: approx Carissma. HEX triplet: F6, 80 and 8F. RGB value is (246,128,143). Sum of RGB (Red+Green+Blue) = 246+128+143=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6808F is #097F70. Grayscale: #A5A5A5. Windows color (decimal): -622449 or 9404662. OLE color: 9404662.

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

Color convert

RGB246128143-
CMYK00.480.420.04
HSL352.37º86.76%73.33%-
HSV(B)352.37º47.97%96.47%-
XYZ50.6837.0130.46-
YUV164.99115.59185.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.58%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=47.58%
G=24.76%
B=27.66%

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
Decimal24612814300.480.420.04352.3786.7673.33
HexF6808F0302A41605749
Octal366200217060524540127111
Binary111101101000000010001111011000010101010010110000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6808F; }

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

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

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

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

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

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

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

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