Html Css Color HEX #F7424D Radical Red

📋 copy color: '#F7424D'

red 247 ◦ green 66 ◦ blue 77

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

Shades of Radical Red #F7424D

Tints of Radical Red #F7424D

RGB

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

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

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

R = 63.33%
G = 16.92%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7424D (or 0xF7424D) is known color: Radical Red. HEX triplet: F7, 42 and 4D. RGB value is (247,66,77). Sum of RGB (Red+Green+Blue) = 247+66+77=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7424D is #08BDB2. Grayscale: #797979. Windows color (decimal): -572851 or 5063415. OLE color: 5063415.

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

Color convert

RGB 247 66 77 -
CMYK 0 0.73 0.69 0.03
HSL 356.35º 0.92% 0.61% -
HSV(B) 356.35º 0.73% 0.97% -
XYZ 41.65 24.21 9.5 -
YUV 121.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 247 66 77 0 0.73 0.69 0.03 356.35 0.92 0.61
Hex F7 42 4D 0 49 45 3 164 5C 3D
Octal 367 102 115 0 111 105 3 544 134 75
Binary 11110111 1000010 1001101 0 1001001 1000101 11 101100100 1011100 111101

Color Harmonies of #F7424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7424D

Black with #F7424D

Text Example


Text Example

White with #F7424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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