Html Css Color HEX #F68060 Crusta

📋 copy color: '#F68060'

red 246 ◦ green 128 ◦ blue 96

#F68060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #F68060

Tints of Crusta #F68060

RGB

 RED value IS 246 (96.48% from 255) = 52.34%

 GREEN value IS 128 (50.39% from 255) = 27.23%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 52.34%
G = 27.23%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F68060 (or 0xF68060) is known color: Crusta. HEX triplet: F6, 80 and 60. RGB value is (246,128,96). Sum of RGB (Red+Green+Blue) = 246+128+96=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F68060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68060 is #097F9F. Grayscale: #9F9F9F. Windows color (decimal): -622496 or 6324470. OLE color: 6324470.

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

Color convert

RGB 246 128 96 -
CMYK 0 0.48 0.61 0.04
HSL 12.8º 0.89% 0.67% -
HSV(B) 12.8º 0.61% 0.96% -
XYZ 47.84 35.88 15.47 -
YUV 159.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 246 128 96 0 0.48 0.61 0.04 12.8 0.89 0.67
Hex F6 80 60 0 30 3D 4 D 59 43
Octal 366 200 140 0 60 75 4 15 131 103
Binary 11110110 10000000 1100000 0 110000 111101 100 1101 1011001 1000011

Color Harmonies of #F68060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68060

Black with #F68060

Text Example


Text Example

White with #F68060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68060; }

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

 H1.HeaderClassName
 {
   color: #F68060;
 }
 .AnyTagClassName
 {
   color: #F68060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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