#F68084

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

Shades of Carissma #F68084

Tints of Carissma #F68084

Color information

#F68084 (or 0xF68084) is unknown color: approx Carissma. HEX triplet: F6, 80 and 84. RGB value is (246,128,132). Sum of RGB (Red+Green+Blue) = 246+128+132=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F68084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68084 is #097F7B. Grayscale: #A3A3A3. Windows color (decimal): -622460 or 8683766. OLE color: 8683766.

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

Color convert

RGB246128132-
CMYK00.480.460.04
HSL357.97º86.76%73.33%-
HSV(B)357.97º47.97%96.47%-
XYZ49.8936.726.28-
YUV163.74110.09186.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.62%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=48.62%
G=25.30%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612813200.480.460.04357.9786.7673.33
HexF680840302E41665749
Octal366200204060564546127111
Binary111101101000000010000100011000010111010010110011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68084; }

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

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

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

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

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

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

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

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