Html Css Color HEX #FE1C65 Radical Red

📋 copy color: '#FE1C65'

red 254 ◦ green 28 ◦ blue 101

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

Shades of Radical Red #FE1C65

Tints of Radical Red #FE1C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

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

R = 66.32%
G = 7.31%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE1C65 (or 0xFE1C65) is known color: Radical Red. HEX triplet: FE, 1C and 65. RGB value is (254,28,101). Sum of RGB (Red+Green+Blue) = 254+28+101=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1C65 is #01E39A. Grayscale: #676767. Windows color (decimal): -123803 or 6626558. OLE color: 6626558.

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

Color convert

RGB 254 28 101 -
CMYK 0 0.89 0.60 0.00
HSL 340.62º 0.99% 0.55% -
HSV(B) 340.62º 0.89% 1% -
XYZ 43.64 22.84 14.42 -
YUV 103.9 126.37 235.06 -
System Red Green Blue C M Y K H S L
Decimal 254 28 101 0 0.89 0.60 0.00 340.62 0.99 0.55
Hex FE 1C 65 0 59 3C 0 155 63 37
Octal 376 34 145 0 131 74 0 525 143 67
Binary 11111110 11100 1100101 0 1011001 111100 0 101010101 1100011 110111

Color Harmonies of #FE1C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1C65

Black with #FE1C65

Text Example


Text Example

White with #FE1C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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