Html Css Color HEX #FA7074 Froly

📋 copy color: '#FA7074'

red 250 ◦ green 112 ◦ blue 116

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

Shades of Froly #FA7074

Tints of Froly #FA7074

RGB

 RED value IS 250 (98.05% from 255) = 52.3%

 GREEN value IS 112 (44.14% from 255) = 23.43%

 BLUE value IS 116 (45.7% from 255) = 24.27%

R = 52.3%
G = 23.43%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA7074 (or 0xFA7074) is known color: Froly. HEX triplet: FA, 70 and 74. RGB value is (250,112,116). Sum of RGB (Red+Green+Blue) = 250+112+116=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7074 is #058F8B. Grayscale: #999999. Windows color (decimal): -364428 or 7631098. OLE color: 7631098.

HSL color Cylindrical-coordinate representation of color #FA7074: hue angle of 358.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7074 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 112 116 -
CMYK 0 0.55 0.54 0.02
HSL 358.26º 0.93% 0.71% -
HSV(B) 358.26º 0.55% 0.98% -
XYZ 48.37 33.17 20.38 -
YUV 153.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 250 112 116 0 0.55 0.54 0.02 358.26 0.93 0.71
Hex FA 70 74 0 37 36 2 166 5D 47
Octal 372 160 164 0 67 66 2 546 135 107
Binary 11111010 1110000 1110100 0 110111 110110 10 101100110 1011101 1000111

Color Harmonies of #FA7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7074

Black with #FA7074

Text Example


Text Example

White with #FA7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7074; }

 p { color: rgb(250,112,116); }

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

background-color css

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

 a { background-color: rgb(250,112,116); }

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

border-color css

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

 span { border-color: rgb(250,112,116); }

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