Html Css Color HEX #FE3168 Radical Red

📋 copy color: '#FE3168'

red 254 ◦ green 49 ◦ blue 104

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

Shades of Radical Red #FE3168

Tints of Radical Red #FE3168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.04%

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 62.41%
G = 12.04%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE3168 (or 0xFE3168) is known color: Radical Red. HEX triplet: FE, 31 and 68. RGB value is (254,49,104). Sum of RGB (Red+Green+Blue) = 254+49+104=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3168 is #01CE97. Grayscale: #747474. Windows color (decimal): -118424 or 6828542. OLE color: 6828542.

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

Color convert

RGB 254 49 104 -
CMYK 0 0.81 0.59 0.00
HSL 343.9º 0.99% 0.59% -
HSV(B) 343.9º 0.81% 1% -
XYZ 44.47 24.27 15.44 -
YUV 116.57 120.92 226.03 -
System Red Green Blue C M Y K H S L
Decimal 254 49 104 0 0.81 0.59 0.00 343.9 0.99 0.59
Hex FE 31 68 0 51 3B 0 158 63 3B
Octal 376 61 150 0 121 73 0 530 143 73
Binary 11111110 110001 1101000 0 1010001 111011 0 101011000 1100011 111011

Color Harmonies of #FE3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3168

Black with #FE3168

Text Example


Text Example

White with #FE3168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3168; }

 p { color: rgb(254,49,104); }

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

background-color css

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

 a { background-color: rgb(254,49,104); }

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

border-color css

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

 span { border-color: rgb(254,49,104); }

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