Html Css Color HEX #F77F5D Crusta

📋 copy color: '#F77F5D'

red 247 ◦ green 127 ◦ blue 93

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

Shades of Crusta #F77F5D

Tints of Crusta #F77F5D

RGB

 RED value IS 247 (96.88% from 255) = 52.89%

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

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

R = 52.89%
G = 27.19%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F77F5D (or 0xF77F5D) is known color: Crusta. HEX triplet: F7, 7F and 5D. RGB value is (247,127,93). Sum of RGB (Red+Green+Blue) = 247+127+93=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F5D is #0880A2. Grayscale: #9F9F9F. Windows color (decimal): -557219 or 6127607. OLE color: 6127607.

HSL color Cylindrical-coordinate representation of color #F77F5D: hue angle of 13.25º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F77F5D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 93 -
CMYK 0 0.49 0.62 0.03
HSL 13.25º 0.91% 0.67% -
HSV(B) 13.25º 0.62% 0.97% -
XYZ 47.92 35.74 14.73 -
YUV 159 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 247 127 93 0 0.49 0.62 0.03 13.25 0.91 0.67
Hex F7 7F 5D 0 31 3E 3 D 5B 43
Octal 367 177 135 0 61 76 3 15 133 103
Binary 11110111 1111111 1011101 0 110001 111110 11 1101 1011011 1000011

Color Harmonies of #F77F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F5D

Black with #F77F5D

Text Example


Text Example

White with #F77F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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