Html Css Color HEX #FE3F61 Radical Red

📋 copy color: '#FE3F61'

red 254 ◦ green 63 ◦ blue 97

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

Shades of Radical Red #FE3F61

Tints of Radical Red #FE3F61

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 61.35%
G = 15.22%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE3F61 (or 0xFE3F61) is known color: Radical Red. HEX triplet: FE, 3F and 61. RGB value is (254,63,97). Sum of RGB (Red+Green+Blue) = 254+63+97=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F61 is #01C09E. Grayscale: #7C7C7C. Windows color (decimal): -114847 or 6373374. OLE color: 6373374.

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

Color convert

RGB 254 63 97 -
CMYK 0 0.75 0.62 0.00
HSL 349.32º 0.99% 0.62% -
HSV(B) 349.32º 0.75% 1% -
XYZ 44.81 25.49 13.87 -
YUV 123.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 254 63 97 0 0.75 0.62 0.00 349.32 0.99 0.62
Hex FE 3F 61 0 4B 3E 0 15D 63 3E
Octal 376 77 141 0 113 76 0 535 143 76
Binary 11111110 111111 1100001 0 1001011 111110 0 101011101 1100011 111110

Color Harmonies of #FE3F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3F61

Black with #FE3F61

Text Example


Text Example

White with #FE3F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3F61; }

 p { color: rgb(254,63,97); }

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

background-color css

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

 a { background-color: rgb(254,63,97); }

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

border-color css

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

 span { border-color: rgb(254,63,97); }

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