#F68187

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

Shades of Carissma #F68187

Tints of Carissma #F68187

Color information

#F68187 (or 0xF68187) is unknown color: approx Carissma. HEX triplet: F6, 81 and 87. RGB value is (246,129,135). Sum of RGB (Red+Green+Blue) = 246+129+135=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F68187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68187 is #097E78. Grayscale: #A4A4A4. Windows color (decimal): -622201 or 8880630. OLE color: 8880630.

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

Color convert

RGB246129135-
CMYK00.480.450.04
HSL356.92º86.67%73.53%-
HSV(B)356.92º47.56%96.47%-
XYZ50.2337.0427.42-
YUV164.67111.26186.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.24%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=48.24%
G=25.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612913500.480.450.04356.9286.6773.53
HexF681870302D4165574a
Octal366201207060554545127112
Binary111101101000000110000111011000010110110010110010110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68187; }

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

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

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

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

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

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

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

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