Html Css Color HEX #F0815E Crusta

📋 copy color: '#F0815E'

red 240 ◦ green 129 ◦ blue 94

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

Shades of Crusta #F0815E

Tints of Crusta #F0815E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 51.84%
G = 27.86%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0815E (or 0xF0815E) is known color: Crusta. HEX triplet: F0, 81 and 5E. RGB value is (240,129,94). Sum of RGB (Red+Green+Blue) = 240+129+94=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0815E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0815E is #0F7EA1. Grayscale: #9E9E9E. Windows color (decimal): -1015458 or 6193648. OLE color: 6193648.

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

Color convert

RGB 240 129 94 -
CMYK 0 0.46 0.61 0.06
HSL 14.38º 0.83% 0.65% -
HSV(B) 14.38º 0.61% 0.94% -
XYZ 45.81 35.03 14.94 -
YUV 158.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 240 129 94 0 0.46 0.61 0.06 14.38 0.83 0.65
Hex F0 81 5E 0 2E 3D 6 E 53 41
Octal 360 201 136 0 56 75 6 16 123 101
Binary 11110000 10000001 1011110 0 101110 111101 110 1110 1010011 1000001

Color Harmonies of #F0815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0815E

Black with #F0815E

Text Example


Text Example

White with #F0815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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