Html Css Color HEX #F74D50 Radical Red

📋 copy color: '#F74D50'

red 247 ◦ green 77 ◦ blue 80

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

Shades of Radical Red #F74D50

Tints of Radical Red #F74D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 61.14%
G = 19.06%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F74D50 (or 0xF74D50) is known color: Radical Red. HEX triplet: F7, 4D and 50. RGB value is (247,77,80). Sum of RGB (Red+Green+Blue) = 247+77+80=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D50 is #08B2AF. Grayscale: #808080. Windows color (decimal): -570032 or 5262839. OLE color: 5262839.

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

Color convert

RGB 247 77 80 -
CMYK 0 0.69 0.68 0.03
HSL 358.94º 0.91% 0.64% -
HSV(B) 358.94º 0.69% 0.97% -
XYZ 42.46 25.66 10.3 -
YUV 128.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 247 77 80 0 0.69 0.68 0.03 358.94 0.91 0.64
Hex F7 4D 50 0 45 44 3 167 5B 40
Octal 367 115 120 0 105 104 3 547 133 100
Binary 11110111 1001101 1010000 0 1000101 1000100 11 101100111 1011011 1000000

Color Harmonies of #F74D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D50

Black with #F74D50

Text Example


Text Example

White with #F74D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D50; }

 p { color: rgb(247,77,80); }

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

background-color css

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

 a { background-color: rgb(247,77,80); }

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

border-color css

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

 span { border-color: rgb(247,77,80); }

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