Html Css Color HEX #F47F5D Crusta

📋 copy color: '#F47F5D'

red 244 ◦ green 127 ◦ blue 93

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

Shades of Crusta #F47F5D

Tints of Crusta #F47F5D

RGB

 RED value IS 244 (95.7% from 255) = 52.59%

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

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

R = 52.59%
G = 27.37%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F47F5D (or 0xF47F5D) is known color: Crusta. HEX triplet: F4, 7F and 5D. RGB value is (244,127,93). Sum of RGB (Red+Green+Blue) = 244+127+93=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F5D is #0B80A2. Grayscale: #9E9E9E. Windows color (decimal): -753827 or 6127604. OLE color: 6127604.

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

Color convert

RGB 244 127 93 -
CMYK 0 0.48 0.62 0.04
HSL 13.51º 0.87% 0.66% -
HSV(B) 13.51º 0.62% 0.96% -
XYZ 46.87 35.2 14.68 -
YUV 158.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 244 127 93 0 0.48 0.62 0.04 13.51 0.87 0.66
Hex F4 7F 5D 0 30 3E 4 E 57 42
Octal 364 177 135 0 60 76 4 16 127 102
Binary 11110100 1111111 1011101 0 110000 111110 100 1110 1010111 1000010

Color Harmonies of #F47F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F5D

Black with #F47F5D

Text Example


Text Example

White with #F47F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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