Html Css Color HEX #F68061 Crusta

📋 copy color: '#F68061'

red 246 ◦ green 128 ◦ blue 97

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

Shades of Crusta #F68061

Tints of Crusta #F68061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.59%

R = 52.23%
G = 27.18%
B = 20.59%

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

#F68061 (or 0xF68061) is known color: Crusta. HEX triplet: F6, 80 and 61. RGB value is (246,128,97). Sum of RGB (Red+Green+Blue) = 246+128+97=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F68061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68061 is #097F9E. Grayscale: #9F9F9F. Windows color (decimal): -622495 or 6390006. OLE color: 6390006.

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

Color convert

RGB 246 128 97 -
CMYK 0 0.48 0.61 0.04
HSL 12.48º 0.89% 0.67% -
HSV(B) 12.48º 0.61% 0.96% -
XYZ 47.88 35.89 15.71 -
YUV 159.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 246 128 97 0 0.48 0.61 0.04 12.48 0.89 0.67
Hex F6 80 61 0 30 3D 4 C 59 43
Octal 366 200 141 0 60 75 4 14 131 103
Binary 11110110 10000000 1100001 0 110000 111101 100 1100 1011001 1000011

Color Harmonies of #F68061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68061

Black with #F68061

Text Example


Text Example

White with #F68061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68061; }

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

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

background-color css

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

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

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

border-color css

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

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

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