Html Css Color HEX #F37F5D Crusta

📋 copy color: '#F37F5D'

red 243 ◦ green 127 ◦ blue 93

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

Shades of Crusta #F37F5D

Tints of Crusta #F37F5D

RGB

 RED value IS 243 (95.31% from 255) = 52.48%

 GREEN value IS 127 (50% from 255) = 27.43%

 BLUE value IS 93 (36.72% from 255) = 20.09%

R = 52.48%
G = 27.43%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F37F5D (or 0xF37F5D) is known color: Crusta. HEX triplet: F3, 7F and 5D. RGB value is (243,127,93). Sum of RGB (Red+Green+Blue) = 243+127+93=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F5D is #0C80A2. Grayscale: #9E9E9E. Windows color (decimal): -819363 or 6127603. OLE color: 6127603.

HSL color Cylindrical-coordinate representation of color #F37F5D: hue angle of 13.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F37F5D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 127 93 -
CMYK 0 0.48 0.62 0.05
HSL 13.6º 0.86% 0.66% -
HSV(B) 13.6º 0.62% 0.95% -
XYZ 46.53 35.02 14.66 -
YUV 157.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 243 127 93 0 0.48 0.62 0.05 13.6 0.86 0.66
Hex F3 7F 5D 0 30 3E 5 E 56 42
Octal 363 177 135 0 60 76 5 16 126 102
Binary 11110011 1111111 1011101 0 110000 111110 101 1110 1010110 1000010

Color Harmonies of #F37F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37F5D

Black with #F37F5D

Text Example


Text Example

White with #F37F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37F5D; }

 p { color: rgb(243,127,93); }

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

background-color css

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

 a { background-color: rgb(243,127,93); }

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

border-color css

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

 span { border-color: rgb(243,127,93); }

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