Html Css Color HEX #FE2F50 Radical Red

📋 copy color: '#FE2F50'

red 254 ◦ green 47 ◦ blue 80

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

Shades of Radical Red #FE2F50

Tints of Radical Red #FE2F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 66.67%
G = 12.34%
B = 21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE2F50 (or 0xFE2F50) is known color: Radical Red. HEX triplet: FE, 2F and 50. RGB value is (254,47,80). Sum of RGB (Red+Green+Blue) = 254+47+80=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F50 is #01D0AF. Grayscale: #707070. Windows color (decimal): -118960 or 5255166. OLE color: 5255166.

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

Color convert

RGB 254 47 80 -
CMYK 0 0.81 0.69 0.00
HSL 350.43º 0.99% 0.59% -
HSV(B) 350.43º 0.81% 1% -
XYZ 43.34 23.68 9.88 -
YUV 112.66 109.58 228.82 -
System Red Green Blue C M Y K H S L
Decimal 254 47 80 0 0.81 0.69 0.00 350.43 0.99 0.59
Hex FE 2F 50 0 51 45 0 15E 63 3B
Octal 376 57 120 0 121 105 0 536 143 73
Binary 11111110 101111 1010000 0 1010001 1000101 0 101011110 1100011 111011

Color Harmonies of #FE2F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F50

Black with #FE2F50

Text Example


Text Example

White with #FE2F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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