#F67F86

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

Shades of Carissma #F67F86

Tints of Carissma #F67F86

Color information

#F67F86 (or 0xF67F86) is unknown color: approx Carissma. HEX triplet: F6, 7F and 86. RGB value is (246,127,134). Sum of RGB (Red+Green+Blue) = 246+127+134=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67F86 is #098079. Grayscale: #A3A3A3. Windows color (decimal): -622714 or 8814582. OLE color: 8814582.

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

Color convert

RGB246127134-
CMYK00.480.460.04
HSL356.47º86.86%73.14%-
HSV(B)356.47º48.37%96.47%-
XYZ49.936.4926.97-
YUV163.38111.42186.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.52%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=48.52%
G=25.05%
B=26.43%

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
Decimal24612713400.480.460.04356.4786.8673.14
HexF67F860302E41645749
Octal366177206060564544127111
Binary11110110111111110000110011000010111010010110010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67F86; }

 p { color: rgb(246,127,134); }

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

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

 a { background-color: rgb(246,127,134); }

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

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

 span { border-color: rgb(246,127,134); }

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