Html Css Color HEX #FE2967 Radical Red

📋 copy color: '#FE2967'

red 254 ◦ green 41 ◦ blue 103

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

Shades of Radical Red #FE2967

Tints of Radical Red #FE2967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.3%

 BLUE value IS 103 (40.63% from 255) = 25.88%

R = 63.82%
G = 10.3%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE2967 (or 0xFE2967) is known color: Radical Red. HEX triplet: FE, 29 and 67. RGB value is (254,41,103). Sum of RGB (Red+Green+Blue) = 254+41+103=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2967 is #01D698. Grayscale: #6F6F6F. Windows color (decimal): -120473 or 6760958. OLE color: 6760958.

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

Color convert

RGB 254 41 103 -
CMYK 0 0.84 0.59 0.00
HSL 342.54º 0.99% 0.58% -
HSV(B) 342.54º 0.84% 1% -
XYZ 44.11 23.64 15.07 -
YUV 111.76 123.07 229.46 -
System Red Green Blue C M Y K H S L
Decimal 254 41 103 0 0.84 0.59 0.00 342.54 0.99 0.58
Hex FE 29 67 0 54 3B 0 157 63 3A
Octal 376 51 147 0 124 73 0 527 143 72
Binary 11111110 101001 1100111 0 1010100 111011 0 101010111 1100011 111010

Color Harmonies of #FE2967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2967

Black with #FE2967

Text Example


Text Example

White with #FE2967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2967; }

 p { color: rgb(254,41,103); }

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

background-color css

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

 a { background-color: rgb(254,41,103); }

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

border-color css

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

 span { border-color: rgb(254,41,103); }

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