Html Css Color HEX #FE4166 Radical Red

📋 copy color: '#FE4166'

red 254 ◦ green 65 ◦ blue 102

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

Shades of Radical Red #FE4166

Tints of Radical Red #FE4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 60.33%
G = 15.44%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE4166 (or 0xFE4166) is known color: Radical Red. HEX triplet: FE, 41 and 66. RGB value is (254,65,102). Sum of RGB (Red+Green+Blue) = 254+65+102=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4166 is #01BE99. Grayscale: #7D7D7D. Windows color (decimal): -114330 or 6701566. OLE color: 6701566.

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

Color convert

RGB 254 65 102 -
CMYK 0 0.74 0.60 0.00
HSL 348.25º 0.99% 0.63% -
HSV(B) 348.25º 0.74% 1% -
XYZ 45.16 25.81 15.17 -
YUV 125.73 114.62 219.49 -
System Red Green Blue C M Y K H S L
Decimal 254 65 102 0 0.74 0.60 0.00 348.25 0.99 0.63
Hex FE 41 66 0 4A 3C 0 15C 63 3F
Octal 376 101 146 0 112 74 0 534 143 77
Binary 11111110 1000001 1100110 0 1001010 111100 0 101011100 1100011 111111

Color Harmonies of #FE4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4166

Black with #FE4166

Text Example


Text Example

White with #FE4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4166; }

 p { color: rgb(254,65,102); }

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

background-color css

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

 a { background-color: rgb(254,65,102); }

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

border-color css

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

 span { border-color: rgb(254,65,102); }

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