Html Css Color HEX #F74172 Radical Red

📋 copy color: '#F74172'

red 247 ◦ green 65 ◦ blue 114

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

Shades of Radical Red #F74172

Tints of Radical Red #F74172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 57.98%
G = 15.26%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F74172 (or 0xF74172) is known color: Radical Red. HEX triplet: F7, 41 and 72. RGB value is (247,65,114). Sum of RGB (Red+Green+Blue) = 247+65+114=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F74172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74172 is #08BE8D. Grayscale: #7C7C7C. Windows color (decimal): -573070 or 7487991. OLE color: 7487991.

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

Color convert

RGB 247 65 114 -
CMYK 0 0.74 0.54 0.03
HSL 343.85º 0.92% 0.61% -
HSV(B) 343.85º 0.74% 0.97% -
XYZ 43.29 24.77 18.42 -
YUV 125 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 247 65 114 0 0.74 0.54 0.03 343.85 0.92 0.61
Hex F7 41 72 0 4A 36 3 158 5C 3D
Octal 367 101 162 0 112 66 3 530 134 75
Binary 11110111 1000001 1110010 0 1001010 110110 11 101011000 1011100 111101

Color Harmonies of #F74172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74172

Black with #F74172

Text Example


Text Example

White with #F74172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74172; }

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

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

background-color css

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

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

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

border-color css

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

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

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