Html Css Color HEX #FE375B Radical Red

📋 copy color: '#FE375B'

red 254 ◦ green 55 ◦ blue 91

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

Shades of Radical Red #FE375B

Tints of Radical Red #FE375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.75%

 BLUE value IS 91 (35.94% from 255) = 22.75%

R = 63.5%
G = 13.75%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE375B (or 0xFE375B) is known color: Radical Red. HEX triplet: FE, 37 and 5B. RGB value is (254,55,91). Sum of RGB (Red+Green+Blue) = 254+55+91=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE375B is #01C8A4. Grayscale: #767676. Windows color (decimal): -116901 or 5978110. OLE color: 5978110.

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

Color convert

RGB 254 55 91 -
CMYK 0 0.78 0.64 0.00
HSL 349.15º 0.99% 0.61% -
HSV(B) 349.15º 0.78% 1% -
XYZ 44.13 24.56 12.31 -
YUV 118.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 254 55 91 0 0.78 0.64 0.00 349.15 0.99 0.61
Hex FE 37 5B 0 4E 40 0 15D 63 3D
Octal 376 67 133 0 116 100 0 535 143 75
Binary 11111110 110111 1011011 0 1001110 1000000 0 101011101 1100011 111101

Color Harmonies of #FE375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE375B

Black with #FE375B

Text Example


Text Example

White with #FE375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE375B; }

 p { color: rgb(254,55,91); }

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

background-color css

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

 a { background-color: rgb(254,55,91); }

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

border-color css

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

 span { border-color: rgb(254,55,91); }

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