Html Css Color HEX #FE3775 Radical Red

📋 copy color: '#FE3775'

red 254 ◦ green 55 ◦ blue 117

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

Shades of Radical Red #FE3775

Tints of Radical Red #FE3775

RGB

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

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

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

R = 59.62%
G = 12.91%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE3775 (or 0xFE3775) is known color: Radical Red. HEX triplet: FE, 37 and 75. RGB value is (254,55,117). Sum of RGB (Red+Green+Blue) = 254+55+117=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3775 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3775 is #01C88A. Grayscale: #797979. Windows color (decimal): -116875 or 7682046. OLE color: 7682046.

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

Color convert

RGB 254 55 117 -
CMYK 0 0.78 0.54 0.00
HSL 341.31º 0.99% 0.61% -
HSV(B) 341.31º 0.78% 1% -
XYZ 45.45 25.09 19.28 -
YUV 121.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 254 55 117 0 0.78 0.54 0.00 341.31 0.99 0.61
Hex FE 37 75 0 4E 36 0 155 63 3D
Octal 376 67 165 0 116 66 0 525 143 75
Binary 11111110 110111 1110101 0 1001110 110110 0 101010101 1100011 111101

Color Harmonies of #FE3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3775

Black with #FE3775

Text Example


Text Example

White with #FE3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3775; }

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

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

background-color css

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

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

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

border-color css

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

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

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