Html Css Color HEX #FE2F74 Radical Red

📋 copy color: '#FE2F74'

red 254 ◦ green 47 ◦ blue 116

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

Shades of Radical Red #FE2F74

Tints of Radical Red #FE2F74

RGB

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

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

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

R = 60.91%
G = 11.27%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE2F74 (or 0xFE2F74) is known color: Radical Red. HEX triplet: FE, 2F and 74. RGB value is (254,47,116). Sum of RGB (Red+Green+Blue) = 254+47+116=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F74 is #01D08B. Grayscale: #747474. Windows color (decimal): -118924 or 7614462. OLE color: 7614462.

HSL color Cylindrical-coordinate representation of color #FE2F74: hue angle of 340º 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 #FE2F74 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 47 116 -
CMYK 0 0.81 0.54 0.00
HSL 340º 0.99% 0.59% -
HSV(B) 340º 0.81% 1% -
XYZ 45.04 24.36 18.85 -
YUV 116.76 127.58 225.89 -
System Red Green Blue C M Y K H S L
Decimal 254 47 116 0 0.81 0.54 0.00 340 0.99 0.59
Hex FE 2F 74 0 51 36 0 154 63 3B
Octal 376 57 164 0 121 66 0 524 143 73
Binary 11111110 101111 1110100 0 1010001 110110 0 101010100 1100011 111011

Color Harmonies of #FE2F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F74

Black with #FE2F74

Text Example


Text Example

White with #FE2F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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