Html Css Color HEX #F74046 Radical Red

📋 copy color: '#F74046'

red 247 ◦ green 64 ◦ blue 70

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

Shades of Radical Red #F74046

Tints of Radical Red #F74046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.8%

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 64.83%
G = 16.8%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F74046 (or 0xF74046) is known color: Radical Red. HEX triplet: F7, 40 and 46. RGB value is (247,64,70). Sum of RGB (Red+Green+Blue) = 247+64+70=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F74046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74046 is #08BFB9. Grayscale: #777777. Windows color (decimal): -573370 or 4604151. OLE color: 4604151.

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

Color convert

RGB 247 64 70 -
CMYK 0 0.74 0.72 0.03
HSL 358.03º 0.92% 0.61% -
HSV(B) 358.03º 0.74% 0.97% -
XYZ 41.3 23.88 8.23 -
YUV 119.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 247 64 70 0 0.74 0.72 0.03 358.03 0.92 0.61
Hex F7 40 46 0 4A 48 3 166 5C 3D
Octal 367 100 106 0 112 110 3 546 134 75
Binary 11110111 1000000 1000110 0 1001010 1001000 11 101100110 1011100 111101

Color Harmonies of #F74046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74046

Black with #F74046

Text Example


Text Example

White with #F74046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74046; }

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

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

background-color css

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

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

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

border-color css

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

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

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