Html Css Color HEX #F28060 Crusta

📋 copy color: '#F28060'

red 242 ◦ green 128 ◦ blue 96

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

Shades of Crusta #F28060

Tints of Crusta #F28060

RGB

 RED value IS 242 (94.92% from 255) = 51.93%

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 51.93%
G = 27.47%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F28060 (or 0xF28060) is known color: Crusta. HEX triplet: F2, 80 and 60. RGB value is (242,128,96). Sum of RGB (Red+Green+Blue) = 242+128+96=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F28060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28060 is #0D7F9F. Grayscale: #9E9E9E. Windows color (decimal): -884640 or 6324466. OLE color: 6324466.

HSL color Cylindrical-coordinate representation of color #F28060: hue angle of 13.15º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F28060 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 96 -
CMYK 0 0.47 0.60 0.05
HSL 13.15º 0.85% 0.66% -
HSV(B) 13.15º 0.6% 0.95% -
XYZ 46.45 35.16 15.4 -
YUV 158.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 242 128 96 0 0.47 0.60 0.05 13.15 0.85 0.66
Hex F2 80 60 0 2F 3C 5 D 55 42
Octal 362 200 140 0 57 74 5 15 125 102
Binary 11110010 10000000 1100000 0 101111 111100 101 1101 1010101 1000010

Color Harmonies of #F28060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28060

Black with #F28060

Text Example


Text Example

White with #F28060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28060; }

 p { color: rgb(242,128,96); }

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

background-color css

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

 a { background-color: rgb(242,128,96); }

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

border-color css

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

 span { border-color: rgb(242,128,96); }

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