Html Css Color HEX #F71E5E Radical Red

📋 copy color: '#F71E5E'

red 247 ◦ green 30 ◦ blue 94

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

Shades of Radical Red #F71E5E

Tints of Radical Red #F71E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 66.58%
G = 8.09%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F71E5E (or 0xF71E5E) is known color: Radical Red. HEX triplet: F7, 1E and 5E. RGB value is (247,30,94). Sum of RGB (Red+Green+Blue) = 247+30+94=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E5E is #08E1A1. Grayscale: #666666. Windows color (decimal): -582050 or 6168311. OLE color: 6168311.

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

Color convert

RGB 247 30 94 -
CMYK 0 0.88 0.62 0.03
HSL 342.3º 0.93% 0.54% -
HSV(B) 342.3º 0.88% 0.97% -
XYZ 40.84 21.51 12.59 -
YUV 102.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 247 30 94 0 0.88 0.62 0.03 342.3 0.93 0.54
Hex F7 1E 5E 0 58 3E 3 156 5D 36
Octal 367 36 136 0 130 76 3 526 135 66
Binary 11110111 11110 1011110 0 1011000 111110 11 101010110 1011101 110110

Color Harmonies of #F71E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E5E

Black with #F71E5E

Text Example


Text Example

White with #F71E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E5E; }

 p { color: rgb(247,30,94); }

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

background-color css

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

 a { background-color: rgb(247,30,94); }

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

border-color css

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

 span { border-color: rgb(247,30,94); }

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