Html Css Color HEX #FE314B Radical Red

📋 copy color: '#FE314B'

red 254 ◦ green 49 ◦ blue 75

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

Shades of Radical Red #FE314B

Tints of Radical Red #FE314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.96%

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 67.2%
G = 12.96%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE314B (or 0xFE314B) is known color: Radical Red. HEX triplet: FE, 31 and 4B. RGB value is (254,49,75). Sum of RGB (Red+Green+Blue) = 254+49+75=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE314B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE314B is #01CEB4. Grayscale: #717171. Windows color (decimal): -118453 or 4927998. OLE color: 4927998.

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

Color convert

RGB 254 49 75 -
CMYK 0 0.81 0.70 0.00
HSL 352.39º 0.99% 0.59% -
HSV(B) 352.39º 0.81% 1% -
XYZ 43.24 23.78 8.97 -
YUV 113.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 254 49 75 0 0.81 0.70 0.00 352.39 0.99 0.59
Hex FE 31 4B 0 51 46 0 160 63 3B
Octal 376 61 113 0 121 106 0 540 143 73
Binary 11111110 110001 1001011 0 1010001 1000110 0 101100000 1100011 111011

Color Harmonies of #FE314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE314B

Black with #FE314B

Text Example


Text Example

White with #FE314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE314B; }

 p { color: rgb(254,49,75); }

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

background-color css

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

 a { background-color: rgb(254,49,75); }

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

border-color css

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

 span { border-color: rgb(254,49,75); }

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