Html Css Color HEX #F7464D Radical Red

📋 copy color: '#F7464D'

red 247 ◦ green 70 ◦ blue 77

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

Shades of Radical Red #F7464D

Tints of Radical Red #F7464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

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

R = 62.69%
G = 17.77%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7464D (or 0xF7464D) is known color: Radical Red. HEX triplet: F7, 46 and 4D. RGB value is (247,70,77). Sum of RGB (Red+Green+Blue) = 247+70+77=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F7464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7464D is #08B9B2. Grayscale: #7B7B7B. Windows color (decimal): -571827 or 5064439. OLE color: 5064439.

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

Color convert

RGB 247 70 77 -
CMYK 0 0.72 0.69 0.03
HSL 357.63º 0.92% 0.62% -
HSV(B) 357.63º 0.72% 0.97% -
XYZ 41.89 24.69 9.58 -
YUV 123.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 247 70 77 0 0.72 0.69 0.03 357.63 0.92 0.62
Hex F7 46 4D 0 48 45 3 166 5C 3E
Octal 367 106 115 0 110 105 3 546 134 76
Binary 11110111 1000110 1001101 0 1001000 1000101 11 101100110 1011100 111110

Color Harmonies of #F7464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7464D

Black with #F7464D

Text Example


Text Example

White with #F7464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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