Html Css Color HEX #F74A4D Radical Red

📋 copy color: '#F74A4D'

red 247 ◦ green 74 ◦ blue 77

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

Shades of Radical Red #F74A4D

Tints of Radical Red #F74A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 62.06%
G = 18.59%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F74A4D (or 0xF74A4D) is known color: Radical Red. HEX triplet: F7, 4A and 4D. RGB value is (247,74,77). Sum of RGB (Red+Green+Blue) = 247+74+77=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A4D is #08B5B2. Grayscale: #7E7E7E. Windows color (decimal): -570803 or 5065463. OLE color: 5065463.

HSL color Cylindrical-coordinate representation of color #F74A4D: hue angle of 358.96º 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 #F74A4D is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 77 -
CMYK 0 0.70 0.69 0.03
HSL 358.96º 0.92% 0.63% -
HSV(B) 358.96º 0.7% 0.97% -
XYZ 42.15 25.21 9.67 -
YUV 126.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 247 74 77 0 0.70 0.69 0.03 358.96 0.92 0.63
Hex F7 4A 4D 0 46 45 3 167 5C 3F
Octal 367 112 115 0 106 105 3 547 134 77
Binary 11110111 1001010 1001101 0 1000110 1000101 11 101100111 1011100 111111

Color Harmonies of #F74A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A4D

Black with #F74A4D

Text Example


Text Example

White with #F74A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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