Html Css Color HEX #FE2566 Radical Red

📋 copy color: '#FE2566'

red 254 ◦ green 37 ◦ blue 102

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

Shades of Radical Red #FE2566

Tints of Radical Red #FE2566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 64.63%
G = 9.41%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE2566 (or 0xFE2566) is known color: Radical Red. HEX triplet: FE, 25 and 66. RGB value is (254,37,102). Sum of RGB (Red+Green+Blue) = 254+37+102=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2566 is #01DA99. Grayscale: #6D6D6D. Windows color (decimal): -121498 or 6694398. OLE color: 6694398.

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

Color convert

RGB 254 37 102 -
CMYK 0 0.85 0.60 0.00
HSL 342.03º 0.99% 0.57% -
HSV(B) 342.03º 0.85% 1% -
XYZ 43.93 23.35 14.76 -
YUV 109.29 123.89 231.21 -
System Red Green Blue C M Y K H S L
Decimal 254 37 102 0 0.85 0.60 0.00 342.03 0.99 0.57
Hex FE 25 66 0 55 3C 0 156 63 39
Octal 376 45 146 0 125 74 0 526 143 71
Binary 11111110 100101 1100110 0 1010101 111100 0 101010110 1100011 111001

Color Harmonies of #FE2566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2566

Black with #FE2566

Text Example


Text Example

White with #FE2566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2566; }

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

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

background-color css

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

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

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

border-color css

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

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

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