Html Css Color HEX #F68865 Crusta

📋 copy color: '#F68865'

red 246 ◦ green 136 ◦ blue 101

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

Shades of Crusta #F68865

Tints of Crusta #F68865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.16%

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 50.93%
G = 28.16%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F68865 (or 0xF68865) is known color: Crusta. HEX triplet: F6, 88 and 65. RGB value is (246,136,101). Sum of RGB (Red+Green+Blue) = 246+136+101=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F68865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68865 is #09779A. Grayscale: #A5A5A5. Windows color (decimal): -620443 or 6654198. OLE color: 6654198.

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

Color convert

RGB 246 136 101 -
CMYK 0 0.45 0.59 0.04
HSL 14.48º 0.89% 0.68% -
HSV(B) 14.48º 0.59% 0.96% -
XYZ 49.16 38.14 17.08 -
YUV 164.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 246 136 101 0 0.45 0.59 0.04 14.48 0.89 0.68
Hex F6 88 65 0 2D 3B 4 E 59 44
Octal 366 210 145 0 55 73 4 16 131 104
Binary 11110110 10001000 1100101 0 101101 111011 100 1110 1011001 1000100

Color Harmonies of #F68865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68865

Black with #F68865

Text Example


Text Example

White with #F68865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68865; }

 p { color: rgb(246,136,101); }

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

background-color css

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

 a { background-color: rgb(246,136,101); }

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

border-color css

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

 span { border-color: rgb(246,136,101); }

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