Html Css Color HEX #F71F5D Radical Red

📋 copy color: '#F71F5D'

red 247 ◦ green 31 ◦ blue 93

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

Shades of Radical Red #F71F5D

Tints of Radical Red #F71F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.36%

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

R = 66.58%
G = 8.36%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F71F5D (or 0xF71F5D) is known color: Radical Red. HEX triplet: F7, 1F and 5D. RGB value is (247,31,93). Sum of RGB (Red+Green+Blue) = 247+31+93=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F5D is #08E0A2. Grayscale: #666666. Windows color (decimal): -581795 or 6103031. OLE color: 6103031.

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

Color convert

RGB 247 31 93 -
CMYK 0 0.87 0.62 0.03
HSL 342.78º 0.93% 0.55% -
HSV(B) 342.78º 0.87% 0.97% -
XYZ 40.82 21.54 12.36 -
YUV 102.65 122.56 230.96 -
System Red Green Blue C M Y K H S L
Decimal 247 31 93 0 0.87 0.62 0.03 342.78 0.93 0.55
Hex F7 1F 5D 0 57 3E 3 157 5D 37
Octal 367 37 135 0 127 76 3 527 135 67
Binary 11110111 11111 1011101 0 1010111 111110 11 101010111 1011101 110111

Color Harmonies of #F71F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F5D

Black with #F71F5D

Text Example


Text Example

White with #F71F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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