Html Css Color HEX #FE235C Radical Red

📋 copy color: '#FE235C'

red 254 ◦ green 35 ◦ blue 92

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

Shades of Radical Red #FE235C

Tints of Radical Red #FE235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

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

R = 66.67%
G = 9.19%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE235C (or 0xFE235C) is known color: Radical Red. HEX triplet: FE, 23 and 5C. RGB value is (254,35,92). Sum of RGB (Red+Green+Blue) = 254+35+92=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE235C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE235C is #01DCA3. Grayscale: #6A6A6A. Windows color (decimal): -122020 or 6038526. OLE color: 6038526.

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

Color convert

RGB 254 35 92 -
CMYK 0 0.86 0.64 0.00
HSL 344.38º 0.99% 0.57% -
HSV(B) 344.38º 0.86% 1% -
XYZ 43.41 23.05 12.29 -
YUV 106.98 119.55 232.87 -
System Red Green Blue C M Y K H S L
Decimal 254 35 92 0 0.86 0.64 0.00 344.38 0.99 0.57
Hex FE 23 5C 0 56 40 0 158 63 39
Octal 376 43 134 0 126 100 0 530 143 71
Binary 11111110 100011 1011100 0 1010110 1000000 0 101011000 1100011 111001

Color Harmonies of #FE235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE235C

Black with #FE235C

Text Example


Text Example

White with #FE235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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