Html Css Color HEX #FE414F Radical Red

📋 copy color: '#FE414F'

red 254 ◦ green 65 ◦ blue 79

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

Shades of Radical Red #FE414F

Tints of Radical Red #FE414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 63.82%
G = 16.33%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE414F (or 0xFE414F) is known color: Radical Red. HEX triplet: FE, 41 and 4F. RGB value is (254,65,79). Sum of RGB (Red+Green+Blue) = 254+65+79=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE414F is #01BEB0. Grayscale: #7B7B7B. Windows color (decimal): -114353 or 5194238. OLE color: 5194238.

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

Color convert

RGB 254 65 79 -
CMYK 0 0.74 0.69 0.00
HSL 355.56º 0.99% 0.63% -
HSV(B) 355.56º 0.74% 1% -
XYZ 44.17 25.42 9.97 -
YUV 123.11 103.12 221.36 -
System Red Green Blue C M Y K H S L
Decimal 254 65 79 0 0.74 0.69 0.00 355.56 0.99 0.63
Hex FE 41 4F 0 4A 45 0 164 63 3F
Octal 376 101 117 0 112 105 0 544 143 77
Binary 11111110 1000001 1001111 0 1001010 1000101 0 101100100 1100011 111111

Color Harmonies of #FE414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE414F

Black with #FE414F

Text Example


Text Example

White with #FE414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE414F; }

 p { color: rgb(254,65,79); }

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

background-color css

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

 a { background-color: rgb(254,65,79); }

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

border-color css

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

 span { border-color: rgb(254,65,79); }

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