Html Css Color HEX #F74254 Radical Red

📋 copy color: '#F74254'

red 247 ◦ green 66 ◦ blue 84

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

Shades of Radical Red #F74254

Tints of Radical Red #F74254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 62.22%
G = 16.62%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F74254 (or 0xF74254) is known color: Radical Red. HEX triplet: F7, 42 and 54. RGB value is (247,66,84). Sum of RGB (Red+Green+Blue) = 247+66+84=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F74254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74254 is #08BDAB. Grayscale: #7A7A7A. Windows color (decimal): -572844 or 5522167. OLE color: 5522167.

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

Color convert

RGB 247 66 84 -
CMYK 0 0.73 0.66 0.03
HSL 354.03º 0.92% 0.61% -
HSV(B) 354.03º 0.73% 0.97% -
XYZ 41.91 24.31 10.87 -
YUV 122.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 247 66 84 0 0.73 0.66 0.03 354.03 0.92 0.61
Hex F7 42 54 0 49 42 3 162 5C 3D
Octal 367 102 124 0 111 102 3 542 134 75
Binary 11110111 1000010 1010100 0 1001001 1000010 11 101100010 1011100 111101

Color Harmonies of #F74254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74254

Black with #F74254

Text Example


Text Example

White with #F74254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74254; }

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

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

background-color css

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

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

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

border-color css

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

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

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