Html Css Color HEX #F74A5A Radical Red

📋 copy color: '#F74A5A'

red 247 ◦ green 74 ◦ blue 90

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

Shades of Radical Red #F74A5A

Tints of Radical Red #F74A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 60.1%
G = 18%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F74A5A (or 0xF74A5A) is known color: Radical Red. HEX triplet: F7, 4A and 5A. RGB value is (247,74,90). Sum of RGB (Red+Green+Blue) = 247+74+90=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A5A is #08B5A5. Grayscale: #7F7F7F. Windows color (decimal): -570790 or 5917431. OLE color: 5917431.

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

Color convert

RGB 247 74 90 -
CMYK 0 0.70 0.64 0.03
HSL 354.45º 0.92% 0.63% -
HSV(B) 354.45º 0.7% 0.97% -
XYZ 42.65 25.41 12.33 -
YUV 127.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 247 74 90 0 0.70 0.64 0.03 354.45 0.92 0.63
Hex F7 4A 5A 0 46 40 3 162 5C 3F
Octal 367 112 132 0 106 100 3 542 134 77
Binary 11110111 1001010 1011010 0 1000110 1000000 11 101100010 1011100 111111

Color Harmonies of #F74A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A5A

Black with #F74A5A

Text Example


Text Example

White with #F74A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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