Html Css Color HEX #FE1F74 Radical Red

📋 copy color: '#FE1F74'

red 254 ◦ green 31 ◦ blue 116

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

Shades of Radical Red #FE1F74

Tints of Radical Red #FE1F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 63.34%
G = 7.73%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE1F74 (or 0xFE1F74) is known color: Radical Red. HEX triplet: FE, 1F and 74. RGB value is (254,31,116). Sum of RGB (Red+Green+Blue) = 254+31+116=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F74 is #01E08B. Grayscale: #6B6B6B. Windows color (decimal): -123020 or 7610366. OLE color: 7610366.

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

Color convert

RGB 254 31 116 -
CMYK 0 0.88 0.54 0.00
HSL 337.13º 0.99% 0.56% -
HSV(B) 337.13º 0.88% 1% -
XYZ 44.52 23.31 18.68 -
YUV 107.37 132.88 232.59 -
System Red Green Blue C M Y K H S L
Decimal 254 31 116 0 0.88 0.54 0.00 337.13 0.99 0.56
Hex FE 1F 74 0 58 36 0 151 63 38
Octal 376 37 164 0 130 66 0 521 143 70
Binary 11111110 11111 1110100 0 1011000 110110 0 101010001 1100011 111000

Color Harmonies of #FE1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1F74

Black with #FE1F74

Text Example


Text Example

White with #FE1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1F74; }

 p { color: rgb(254,31,116); }

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

background-color css

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

 a { background-color: rgb(254,31,116); }

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

border-color css

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

 span { border-color: rgb(254,31,116); }

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