Html Css Color HEX #FE1965 Radical Red

📋 copy color: '#FE1965'

red 254 ◦ green 25 ◦ blue 101

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

Shades of Radical Red #FE1965

Tints of Radical Red #FE1965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.58%

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 66.84%
G = 6.58%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE1965 (or 0xFE1965) is known color: Radical Red. HEX triplet: FE, 19 and 65. RGB value is (254,25,101). Sum of RGB (Red+Green+Blue) = 254+25+101=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1965 is #01E69A. Grayscale: #666666. Windows color (decimal): -124571 or 6625790. OLE color: 6625790.

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

Color convert

RGB 254 25 101 -
CMYK 0 0.90 0.60 0.00
HSL 340.09º 0.99% 0.55% -
HSV(B) 340.09º 0.9% 1% -
XYZ 43.57 22.71 14.4 -
YUV 102.14 127.37 236.32 -
System Red Green Blue C M Y K H S L
Decimal 254 25 101 0 0.90 0.60 0.00 340.09 0.99 0.55
Hex FE 19 65 0 5A 3C 0 154 63 37
Octal 376 31 145 0 132 74 0 524 143 67
Binary 11111110 11001 1100101 0 1011010 111100 0 101010100 1100011 110111

Color Harmonies of #FE1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1965

Black with #FE1965

Text Example


Text Example

White with #FE1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1965; }

 p { color: rgb(254,25,101); }

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

background-color css

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

 a { background-color: rgb(254,25,101); }

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

border-color css

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

 span { border-color: rgb(254,25,101); }

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