Html Css Color HEX #F71D5E Radical Red

📋 copy color: '#F71D5E'

red 247 ◦ green 29 ◦ blue 94

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

Shades of Radical Red #F71D5E

Tints of Radical Red #F71D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

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

R = 66.76%
G = 7.84%
B = 25.41%

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

#F71D5E (or 0xF71D5E) is known color: Radical Red. HEX triplet: F7, 1D and 5E. RGB value is (247,29,94). Sum of RGB (Red+Green+Blue) = 247+29+94=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71D5E is #08E2A1. Grayscale: #656565. Windows color (decimal): -582306 or 6168055. OLE color: 6168055.

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

Color convert

RGB 247 29 94 -
CMYK 0 0.88 0.62 0.03
HSL 342.11º 0.93% 0.54% -
HSV(B) 342.11º 0.88% 0.97% -
XYZ 40.82 21.46 12.58 -
YUV 101.59 123.72 231.71 -
System Red Green Blue C M Y K H S L
Decimal 247 29 94 0 0.88 0.62 0.03 342.11 0.93 0.54
Hex F7 1D 5E 0 58 3E 3 156 5D 36
Octal 367 35 136 0 130 76 3 526 135 66
Binary 11110111 11101 1011110 0 1011000 111110 11 101010110 1011101 110110

Color Harmonies of #F71D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D5E

Black with #F71D5E

Text Example


Text Example

White with #F71D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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