Html Css Color HEX #FE2F71 Radical Red

📋 copy color: '#FE2F71'

red 254 ◦ green 47 ◦ blue 113

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

Shades of Radical Red #FE2F71

Tints of Radical Red #FE2F71

RGB

 RED value IS 254 (99.61% from 255) = 61.35%

 GREEN value IS 47 (18.75% from 255) = 11.35%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 61.35%
G = 11.35%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE2F71 (or 0xFE2F71) is known color: Radical Red. HEX triplet: FE, 2F and 71. RGB value is (254,47,113). Sum of RGB (Red+Green+Blue) = 254+47+113=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F71 is #01D08E. Grayscale: #747474. Windows color (decimal): -118927 or 7417854. OLE color: 7417854.

HSL color Cylindrical-coordinate representation of color #FE2F71: hue angle of 340.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F71 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 47 113 -
CMYK 0 0.81 0.56 0.00
HSL 340.87º 0.99% 0.59% -
HSV(B) 340.87º 0.81% 1% -
XYZ 44.87 24.3 17.95 -
YUV 116.42 126.08 226.13 -
System Red Green Blue C M Y K H S L
Decimal 254 47 113 0 0.81 0.56 0.00 340.87 0.99 0.59
Hex FE 2F 71 0 51 38 0 155 63 3B
Octal 376 57 161 0 121 70 0 525 143 73
Binary 11111110 101111 1110001 0 1010001 111000 0 101010101 1100011 111011

Color Harmonies of #FE2F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F71

Black with #FE2F71

Text Example


Text Example

White with #FE2F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F71; }

 p { color: rgb(254,47,113); }

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

background-color css

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

 a { background-color: rgb(254,47,113); }

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

border-color css

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

 span { border-color: rgb(254,47,113); }

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