#F68090

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

Shades of Carissma #F68090

Tints of Carissma #F68090

Color information

#F68090 (or 0xF68090) is unknown color: approx Carissma. HEX triplet: F6, 80 and 90. RGB value is (246,128,144). Sum of RGB (Red+Green+Blue) = 246+128+144=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F68090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68090 is #097F6F. Grayscale: #A5A5A5. Windows color (decimal): -622448 or 9470198. OLE color: 9470198.

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

Color convert

RGB246128144-
CMYK00.480.410.04
HSL351.86º86.76%73.33%-
HSV(B)351.86º47.97%96.47%-
XYZ50.7637.0430.86-
YUV165.11116.09185.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.49%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=47.49%
G=24.71%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612814400.480.410.04351.8686.7673.33
HexF680900302941605749
Octal366200220060514540127111
Binary111101101000000010010000011000010100110010110000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68090; }

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

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

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

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

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

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

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

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