Html Css Color HEX #F71E5D Radical Red

📋 copy color: '#F71E5D'

red 247 ◦ green 30 ◦ blue 93

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

Shades of Radical Red #F71E5D

Tints of Radical Red #F71E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 66.76%
G = 8.11%
B = 25.14%

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

#F71E5D (or 0xF71E5D) is known color: Radical Red. HEX triplet: F7, 1E and 5D. RGB value is (247,30,93). Sum of RGB (Red+Green+Blue) = 247+30+93=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E5D is #08E1A2. Grayscale: #666666. Windows color (decimal): -582051 or 6102775. OLE color: 6102775.

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

Color convert

RGB 247 30 93 -
CMYK 0 0.88 0.62 0.03
HSL 342.58º 0.93% 0.54% -
HSV(B) 342.58º 0.88% 0.97% -
XYZ 40.8 21.49 12.35 -
YUV 102.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 247 30 93 0 0.88 0.62 0.03 342.58 0.93 0.54
Hex F7 1E 5D 0 58 3E 3 157 5D 36
Octal 367 36 135 0 130 76 3 527 135 66
Binary 11110111 11110 1011101 0 1011000 111110 11 101010111 1011101 110110

Color Harmonies of #F71E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E5D

Black with #F71E5D

Text Example


Text Example

White with #F71E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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