Html Css Color HEX #F6815D Crusta

📋 copy color: '#F6815D'

red 246 ◦ green 129 ◦ blue 93

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

Shades of Crusta #F6815D

Tints of Crusta #F6815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

 BLUE value IS 93 (36.72% from 255) = 19.87%

R = 52.56%
G = 27.56%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6815D (or 0xF6815D) is known color: Crusta. HEX triplet: F6, 81 and 5D. RGB value is (246,129,93). Sum of RGB (Red+Green+Blue) = 246+129+93=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6815D is #097EA2. Grayscale: #A0A0A0. Windows color (decimal): -622243 or 6128118. OLE color: 6128118.

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

Color convert

RGB 246 129 93 -
CMYK 0 0.48 0.62 0.04
HSL 14.12º 0.89% 0.66% -
HSV(B) 14.12º 0.62% 0.96% -
XYZ 47.83 36.08 14.8 -
YUV 159.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 246 129 93 0 0.48 0.62 0.04 14.12 0.89 0.66
Hex F6 81 5D 0 30 3E 4 E 59 42
Octal 366 201 135 0 60 76 4 16 131 102
Binary 11110110 10000001 1011101 0 110000 111110 100 1110 1011001 1000010

Color Harmonies of #F6815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6815D

Black with #F6815D

Text Example


Text Example

White with #F6815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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