Html Css Color HEX #F74142 Radical Red

📋 copy color: '#F74142'

red 247 ◦ green 65 ◦ blue 66

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

Shades of Radical Red #F74142

Tints of Radical Red #F74142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 65.34%
G = 17.2%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F74142 (or 0xF74142) is known color: Radical Red. HEX triplet: F7, 41 and 42. RGB value is (247,65,66). Sum of RGB (Red+Green+Blue) = 247+65+66=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F74142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74142 is #08BEBD. Grayscale: #777777. Windows color (decimal): -573118 or 4342263. OLE color: 4342263.

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

Color convert

RGB 247 65 66 -
CMYK 0 0.74 0.73 0.03
HSL 359.67º 0.92% 0.61% -
HSV(B) 359.67º 0.74% 0.97% -
XYZ 41.23 23.95 7.6 -
YUV 119.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 247 65 66 0 0.74 0.73 0.03 359.67 0.92 0.61
Hex F7 41 42 0 4A 49 3 168 5C 3D
Octal 367 101 102 0 112 111 3 550 134 75
Binary 11110111 1000001 1000010 0 1001010 1001001 11 101101000 1011100 111101

Color Harmonies of #F74142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74142

Black with #F74142

Text Example


Text Example

White with #F74142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74142; }

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

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

background-color css

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

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

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

border-color css

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

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

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