Html Css Color HEX #FE2875 Radical Red

📋 copy color: '#FE2875'

red 254 ◦ green 40 ◦ blue 117

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

Shades of Radical Red #FE2875

Tints of Radical Red #FE2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.73%

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 61.8%
G = 9.73%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE2875 (or 0xFE2875) is known color: Radical Red. HEX triplet: FE, 28 and 75. RGB value is (254,40,117). Sum of RGB (Red+Green+Blue) = 254+40+117=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2875 is #01D78A. Grayscale: #707070. Windows color (decimal): -120715 or 7678206. OLE color: 7678206.

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

Color convert

RGB 254 40 117 -
CMYK 0 0.84 0.54 0.00
HSL 338.41º 0.99% 0.58% -
HSV(B) 338.41º 0.84% 1% -
XYZ 44.84 23.87 19.07 -
YUV 112.76 130.4 228.74 -
System Red Green Blue C M Y K H S L
Decimal 254 40 117 0 0.84 0.54 0.00 338.41 0.99 0.58
Hex FE 28 75 0 54 36 0 152 63 3A
Octal 376 50 165 0 124 66 0 522 143 72
Binary 11111110 101000 1110101 0 1010100 110110 0 101010010 1100011 111010

Color Harmonies of #FE2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2875

Black with #FE2875

Text Example


Text Example

White with #FE2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2875; }

 p { color: rgb(254,40,117); }

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

background-color css

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

 a { background-color: rgb(254,40,117); }

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

border-color css

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

 span { border-color: rgb(254,40,117); }

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