Html Css Color HEX #FE2F42 Radical Red

📋 copy color: '#FE2F42'

red 254 ◦ green 47 ◦ blue 66

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

Shades of Radical Red #FE2F42

Tints of Radical Red #FE2F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.98%

R = 69.21%
G = 12.81%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE2F42 (or 0xFE2F42) is known color: Radical Red. HEX triplet: FE, 2F and 42. RGB value is (254,47,66). Sum of RGB (Red+Green+Blue) = 254+47+66=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F42 is #01D0BD. Grayscale: #6F6F6F. Windows color (decimal): -118974 or 4337662. OLE color: 4337662.

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

Color convert

RGB 254 47 66 -
CMYK 0 0.81 0.74 0.00
HSL 354.49º 0.99% 0.59% -
HSV(B) 354.49º 0.81% 1% -
XYZ 42.87 23.5 7.43 -
YUV 111.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 254 47 66 0 0.81 0.74 0.00 354.49 0.99 0.59
Hex FE 2F 42 0 51 4A 0 162 63 3B
Octal 376 57 102 0 121 112 0 542 143 73
Binary 11111110 101111 1000010 0 1010001 1001010 0 101100010 1100011 111011

Color Harmonies of #FE2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F42

Black with #FE2F42

Text Example


Text Example

White with #FE2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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