Html Css Color HEX #FE3A75 Radical Red

📋 copy color: '#FE3A75'

red 254 ◦ green 58 ◦ blue 117

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

Shades of Radical Red #FE3A75

Tints of Radical Red #FE3A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.52%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 59.21%
G = 13.52%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE3A75 (or 0xFE3A75) is known color: Radical Red. HEX triplet: FE, 3A and 75. RGB value is (254,58,117). Sum of RGB (Red+Green+Blue) = 254+58+117=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3A75 is #01C58A. Grayscale: #7B7B7B. Windows color (decimal): -116107 or 7682814. OLE color: 7682814.

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

Color convert

RGB 254 58 117 -
CMYK 0 0.77 0.54 0.00
HSL 341.94º 0.99% 0.61% -
HSV(B) 341.94º 0.77% 1% -
XYZ 45.6 25.38 19.33 -
YUV 123.33 124.43 221.2 -
System Red Green Blue C M Y K H S L
Decimal 254 58 117 0 0.77 0.54 0.00 341.94 0.99 0.61
Hex FE 3A 75 0 4D 36 0 156 63 3D
Octal 376 72 165 0 115 66 0 526 143 75
Binary 11111110 111010 1110101 0 1001101 110110 0 101010110 1100011 111101

Color Harmonies of #FE3A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A75

Black with #FE3A75

Text Example


Text Example

White with #FE3A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A75; }

 p { color: rgb(254,58,117); }

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

background-color css

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

 a { background-color: rgb(254,58,117); }

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

border-color css

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

 span { border-color: rgb(254,58,117); }

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