Html Css Color HEX #FE2750 Radical Red

📋 copy color: '#FE2750'

red 254 ◦ green 39 ◦ blue 80

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

Shades of Radical Red #FE2750

Tints of Radical Red #FE2750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 68.1%
G = 10.46%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE2750 (or 0xFE2750) is known color: Radical Red. HEX triplet: FE, 27 and 50. RGB value is (254,39,80). Sum of RGB (Red+Green+Blue) = 254+39+80=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2750 is #01D8AF. Grayscale: #6C6C6C. Windows color (decimal): -121008 or 5253118. OLE color: 5253118.

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

Color convert

RGB 254 39 80 -
CMYK 0 0.85 0.69 0.00
HSL 348.56º 0.99% 0.57% -
HSV(B) 348.56º 0.85% 1% -
XYZ 43.05 23.1 9.78 -
YUV 107.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 254 39 80 0 0.85 0.69 0.00 348.56 0.99 0.57
Hex FE 27 50 0 55 45 0 15D 63 39
Octal 376 47 120 0 125 105 0 535 143 71
Binary 11111110 100111 1010000 0 1010101 1000101 0 101011101 1100011 111001

Color Harmonies of #FE2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2750

Black with #FE2750

Text Example


Text Example

White with #FE2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2750; }

 p { color: rgb(254,39,80); }

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

background-color css

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

 a { background-color: rgb(254,39,80); }

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

border-color css

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

 span { border-color: rgb(254,39,80); }

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