Html Css Color HEX #F0815B Crusta

📋 copy color: '#F0815B'

red 240 ◦ green 129 ◦ blue 91

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

Shades of Crusta #F0815B

Tints of Crusta #F0815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 52.17%
G = 28.04%
B = 19.78%

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

#F0815B (or 0xF0815B) is known color: Crusta. HEX triplet: F0, 81 and 5B. RGB value is (240,129,91). Sum of RGB (Red+Green+Blue) = 240+129+91=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0815B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0815B is #0F7EA4. Grayscale: #9E9E9E. Windows color (decimal): -1015461 or 5997040. OLE color: 5997040.

HSL color Cylindrical-coordinate representation of color #F0815B: hue angle of 15.3º 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 #F0815B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 91 -
CMYK 0 0.46 0.62 0.06
HSL 15.3º 0.83% 0.65% -
HSV(B) 15.3º 0.62% 0.94% -
XYZ 45.67 34.98 14.24 -
YUV 157.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 240 129 91 0 0.46 0.62 0.06 15.3 0.83 0.65
Hex F0 81 5B 0 2E 3E 6 F 53 41
Octal 360 201 133 0 56 76 6 17 123 101
Binary 11110000 10000001 1011011 0 101110 111110 110 1111 1010011 1000001

Color Harmonies of #F0815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0815B

Black with #F0815B

Text Example


Text Example

White with #F0815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0815B; }

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

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

background-color css

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

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

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

border-color css

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

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

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