Html Css Color HEX #FE1B61 Radical Red

📋 copy color: '#FE1B61'

red 254 ◦ green 27 ◦ blue 97

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

Shades of Radical Red #FE1B61

Tints of Radical Red #FE1B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

 BLUE value IS 97 (38.28% from 255) = 25.66%

R = 67.2%
G = 7.14%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE1B61 (or 0xFE1B61) is known color: Radical Red. HEX triplet: FE, 1B and 61. RGB value is (254,27,97). Sum of RGB (Red+Green+Blue) = 254+27+97=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1B61 is #01E49E. Grayscale: #666666. Windows color (decimal): -124063 or 6364158. OLE color: 6364158.

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

Color convert

RGB 254 27 97 -
CMYK 0 0.89 0.62 0.00
HSL 341.5º 0.99% 0.55% -
HSV(B) 341.5º 0.89% 1% -
XYZ 43.42 22.72 13.41 -
YUV 102.85 124.71 235.81 -
System Red Green Blue C M Y K H S L
Decimal 254 27 97 0 0.89 0.62 0.00 341.5 0.99 0.55
Hex FE 1B 61 0 59 3E 0 155 63 37
Octal 376 33 141 0 131 76 0 525 143 67
Binary 11111110 11011 1100001 0 1011001 111110 0 101010101 1100011 110111

Color Harmonies of #FE1B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B61

Black with #FE1B61

Text Example


Text Example

White with #FE1B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B61; }

 p { color: rgb(254,27,97); }

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

background-color css

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

 a { background-color: rgb(254,27,97); }

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

border-color css

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

 span { border-color: rgb(254,27,97); }

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