Html Css Color HEX #F7424A Radical Red

📋 copy color: '#F7424A'

red 247 ◦ green 66 ◦ blue 74

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

Shades of Radical Red #F7424A

Tints of Radical Red #F7424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 63.82%
G = 17.05%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7424A (or 0xF7424A) is known color: Radical Red. HEX triplet: F7, 42 and 4A. RGB value is (247,66,74). Sum of RGB (Red+Green+Blue) = 247+66+74=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7424A is #08BDB5. Grayscale: #797979. Windows color (decimal): -572854 or 4866807. OLE color: 4866807.

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

Color convert

RGB 247 66 74 -
CMYK 0 0.73 0.70 0.03
HSL 357.35º 0.92% 0.61% -
HSV(B) 357.35º 0.73% 0.97% -
XYZ 41.54 24.17 8.95 -
YUV 121.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 247 66 74 0 0.73 0.70 0.03 357.35 0.92 0.61
Hex F7 42 4A 0 49 46 3 165 5C 3D
Octal 367 102 112 0 111 106 3 545 134 75
Binary 11110111 1000010 1001010 0 1001001 1000110 11 101100101 1011100 111101

Color Harmonies of #F7424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7424A

Black with #F7424A

Text Example


Text Example

White with #F7424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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