Html Css Color HEX #FE3063 Radical Red

📋 copy color: '#FE3063'

red 254 ◦ green 48 ◦ blue 99

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

Shades of Radical Red #FE3063

Tints of Radical Red #FE3063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.97%

 BLUE value IS 99 (39.06% from 255) = 24.69%

R = 63.34%
G = 11.97%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE3063 (or 0xFE3063) is known color: Radical Red. HEX triplet: FE, 30 and 63. RGB value is (254,48,99). Sum of RGB (Red+Green+Blue) = 254+48+99=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3063 is #01CF9C. Grayscale: #737373. Windows color (decimal): -118685 or 6500606. OLE color: 6500606.

HSL color Cylindrical-coordinate representation of color #FE3063: hue angle of 345.15º 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 #FE3063 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 48 99 -
CMYK 0 0.81 0.61 0.00
HSL 345.15º 0.99% 0.59% -
HSV(B) 345.15º 0.81% 1% -
XYZ 44.18 24.09 14.12 -
YUV 115.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 254 48 99 0 0.81 0.61 0.00 345.15 0.99 0.59
Hex FE 30 63 0 51 3D 0 159 63 3B
Octal 376 60 143 0 121 75 0 531 143 73
Binary 11111110 110000 1100011 0 1010001 111101 0 101011001 1100011 111011

Color Harmonies of #FE3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3063

Black with #FE3063

Text Example


Text Example

White with #FE3063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3063; }

 p { color: rgb(254,48,99); }

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

background-color css

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

 a { background-color: rgb(254,48,99); }

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

border-color css

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

 span { border-color: rgb(254,48,99); }

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