Html Css Color HEX #FE395C Radical Red

📋 copy color: '#FE395C'

red 254 ◦ green 57 ◦ blue 92

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

Shades of Radical Red #FE395C

Tints of Radical Red #FE395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.14%

 BLUE value IS 92 (36.33% from 255) = 22.83%

R = 63.03%
G = 14.14%
B = 22.83%

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

#FE395C (or 0xFE395C) is known color: Radical Red. HEX triplet: FE, 39 and 5C. RGB value is (254,57,92). Sum of RGB (Red+Green+Blue) = 254+57+92=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE395C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE395C is #01C6A3. Grayscale: #777777. Windows color (decimal): -116388 or 6044158. OLE color: 6044158.

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

Color convert

RGB 254 57 92 -
CMYK 0 0.78 0.64 0.00
HSL 349.34º 0.99% 0.61% -
HSV(B) 349.34º 0.78% 1% -
XYZ 44.27 24.77 12.57 -
YUV 119.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 254 57 92 0 0.78 0.64 0.00 349.34 0.99 0.61
Hex FE 39 5C 0 4E 40 0 15D 63 3D
Octal 376 71 134 0 116 100 0 535 143 75
Binary 11111110 111001 1011100 0 1001110 1000000 0 101011101 1100011 111101

Color Harmonies of #FE395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE395C

Black with #FE395C

Text Example


Text Example

White with #FE395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE395C; }

 p { color: rgb(254,57,92); }

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

background-color css

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

 a { background-color: rgb(254,57,92); }

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

border-color css

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

 span { border-color: rgb(254,57,92); }

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