Html Css Color HEX #FE1B68 Radical Red

📋 copy color: '#FE1B68'

red 254 ◦ green 27 ◦ blue 104

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

Shades of Radical Red #FE1B68

Tints of Radical Red #FE1B68

RGB

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

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

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

R = 65.97%
G = 7.01%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE1B68 (or 0xFE1B68) is known color: Radical Red. HEX triplet: FE, 1B and 68. RGB value is (254,27,104). Sum of RGB (Red+Green+Blue) = 254+27+104=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1B68 is #01E497. Grayscale: #676767. Windows color (decimal): -124056 or 6822910. OLE color: 6822910.

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

Color convert

RGB 254 27 104 -
CMYK 0 0.89 0.59 0.00
HSL 339.65º 0.99% 0.55% -
HSV(B) 339.65º 0.89% 1% -
XYZ 43.76 22.85 15.2 -
YUV 103.65 128.21 235.24 -
System Red Green Blue C M Y K H S L
Decimal 254 27 104 0 0.89 0.59 0.00 339.65 0.99 0.55
Hex FE 1B 68 0 59 3B 0 154 63 37
Octal 376 33 150 0 131 73 0 524 143 67
Binary 11111110 11011 1101000 0 1011001 111011 0 101010100 1100011 110111

Color Harmonies of #FE1B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B68

Black with #FE1B68

Text Example


Text Example

White with #FE1B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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