Html Css Color HEX #F0815A Crusta

📋 copy color: '#F0815A'

red 240 ◦ green 129 ◦ blue 90

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

Shades of Crusta #F0815A

Tints of Crusta #F0815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 52.29%
G = 28.1%
B = 19.61%

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

#F0815A (or 0xF0815A) is known color: Crusta. HEX triplet: F0, 81 and 5A. RGB value is (240,129,90). Sum of RGB (Red+Green+Blue) = 240+129+90=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0815A is #0F7EA5. Grayscale: #9E9E9E. Windows color (decimal): -1015462 or 5931504. OLE color: 5931504.

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

Color convert

RGB 240 129 90 -
CMYK 0 0.46 0.62 0.06
HSL 15.6º 0.83% 0.65% -
HSV(B) 15.6º 0.63% 0.94% -
XYZ 45.63 34.96 14.02 -
YUV 157.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 240 129 90 0 0.46 0.62 0.06 15.6 0.83 0.65
Hex F0 81 5A 0 2E 3E 6 10 53 41
Octal 360 201 132 0 56 76 6 20 123 101
Binary 11110000 10000001 1011010 0 101110 111110 110 10000 1010011 1000001

Color Harmonies of #F0815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0815A

Black with #F0815A

Text Example


Text Example

White with #F0815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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