Html Css Color HEX #FE2F60 Radical Red

📋 copy color: '#FE2F60'

red 254 ◦ green 47 ◦ blue 96

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

Shades of Radical Red #FE2F60

Tints of Radical Red #FE2F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 63.98%
G = 11.84%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE2F60 (or 0xFE2F60) is known color: Radical Red. HEX triplet: FE, 2F and 60. RGB value is (254,47,96). Sum of RGB (Red+Green+Blue) = 254+47+96=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F60 is #01D09F. Grayscale: #727272. Windows color (decimal): -118944 or 6303742. OLE color: 6303742.

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

Color convert

RGB 254 47 96 -
CMYK 0 0.81 0.62 0.00
HSL 345.8º 0.99% 0.59% -
HSV(B) 345.8º 0.81% 1% -
XYZ 44 23.95 13.37 -
YUV 114.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 254 47 96 0 0.81 0.62 0.00 345.8 0.99 0.59
Hex FE 2F 60 0 51 3E 0 15A 63 3B
Octal 376 57 140 0 121 76 0 532 143 73
Binary 11111110 101111 1100000 0 1010001 111110 0 101011010 1100011 111011

Color Harmonies of #FE2F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F60

Black with #FE2F60

Text Example


Text Example

White with #FE2F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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