Html Css Color HEX #FE3D73 Radical Red

📋 copy color: '#FE3D73'

red 254 ◦ green 61 ◦ blue 115

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

Shades of Radical Red #FE3D73

Tints of Radical Red #FE3D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.19%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 59.07%
G = 14.19%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE3D73 (or 0xFE3D73) is known color: Radical Red. HEX triplet: FE, 3D and 73. RGB value is (254,61,115). Sum of RGB (Red+Green+Blue) = 254+61+115=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3D73 is #01C28C. Grayscale: #7C7C7C. Windows color (decimal): -115341 or 7552510. OLE color: 7552510.

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

Color convert

RGB 254 61 115 -
CMYK 0 0.76 0.55 0.00
HSL 343.21º 0.99% 0.62% -
HSV(B) 343.21º 0.76% 1% -
XYZ 45.64 25.65 18.76 -
YUV 124.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 254 61 115 0 0.76 0.55 0.00 343.21 0.99 0.62
Hex FE 3D 73 0 4C 37 0 157 63 3E
Octal 376 75 163 0 114 67 0 527 143 76
Binary 11111110 111101 1110011 0 1001100 110111 0 101010111 1100011 111110

Color Harmonies of #FE3D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3D73

Black with #FE3D73

Text Example


Text Example

White with #FE3D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3D73; }

 p { color: rgb(254,61,115); }

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

background-color css

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

 a { background-color: rgb(254,61,115); }

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

border-color css

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

 span { border-color: rgb(254,61,115); }

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