Html Css Color HEX #F74950 Radical Red

📋 copy color: '#F74950'

red 247 ◦ green 73 ◦ blue 80

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

Shades of Radical Red #F74950

Tints of Radical Red #F74950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.25%

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

R = 61.75%
G = 18.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F74950 (or 0xF74950) is known color: Radical Red. HEX triplet: F7, 49 and 50. RGB value is (247,73,80). Sum of RGB (Red+Green+Blue) = 247+73+80=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F74950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74950 is #08B6AF. Grayscale: #7D7D7D. Windows color (decimal): -571056 or 5261815. OLE color: 5261815.

HSL color Cylindrical-coordinate representation of color #F74950: hue angle of 357.59º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74950 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 73 80 -
CMYK 0 0.70 0.68 0.03
HSL 357.59º 0.92% 0.63% -
HSV(B) 357.59º 0.7% 0.97% -
XYZ 42.19 25.12 10.21 -
YUV 125.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 247 73 80 0 0.70 0.68 0.03 357.59 0.92 0.63
Hex F7 49 50 0 46 44 3 166 5C 3F
Octal 367 111 120 0 106 104 3 546 134 77
Binary 11110111 1001001 1010000 0 1000110 1000100 11 101100110 1011100 111111

Color Harmonies of #F74950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74950

Black with #F74950

Text Example


Text Example

White with #F74950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74950; }

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

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

background-color css

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

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

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

border-color css

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

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

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