Html Css Color HEX #F0815C Crusta

📋 copy color: '#F0815C'

red 240 ◦ green 129 ◦ blue 92

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

Shades of Crusta #F0815C

Tints of Crusta #F0815C

RGB

 RED value IS 240 (94.14% from 255) = 52.06%

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

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 52.06%
G = 27.98%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0815C (or 0xF0815C) is known color: Crusta. HEX triplet: F0, 81 and 5C. RGB value is (240,129,92). Sum of RGB (Red+Green+Blue) = 240+129+92=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0815C is #0F7EA3. Grayscale: #9E9E9E. Windows color (decimal): -1015460 or 6062576. OLE color: 6062576.

HSL color Cylindrical-coordinate representation of color #F0815C: hue angle of 15º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0815C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 92 -
CMYK 0 0.46 0.62 0.06
HSL 15º 0.83% 0.65% -
HSV(B) 15º 0.62% 0.94% -
XYZ 45.72 35 14.47 -
YUV 157.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 240 129 92 0 0.46 0.62 0.06 15 0.83 0.65
Hex F0 81 5C 0 2E 3E 6 F 53 41
Octal 360 201 134 0 56 76 6 17 123 101
Binary 11110000 10000001 1011100 0 101110 111110 110 1111 1010011 1000001

Color Harmonies of #F0815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0815C

Black with #F0815C

Text Example


Text Example

White with #F0815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0815C; }

 p { color: rgb(240,129,92); }

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

background-color css

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

 a { background-color: rgb(240,129,92); }

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

border-color css

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

 span { border-color: rgb(240,129,92); }

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