Html Css Color HEX #FE305F Radical Red

📋 copy color: '#FE305F'

red 254 ◦ green 48 ◦ blue 95

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

Shades of Radical Red #FE305F

Tints of Radical Red #FE305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 63.98%
G = 12.09%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE305F (or 0xFE305F) is known color: Radical Red. HEX triplet: FE, 30 and 5F. RGB value is (254,48,95). Sum of RGB (Red+Green+Blue) = 254+48+95=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE305F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE305F is #01CFA0. Grayscale: #727272. Windows color (decimal): -118689 or 6238462. OLE color: 6238462.

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

Color convert

RGB 254 48 95 -
CMYK 0 0.81 0.63 0.00
HSL 346.31º 0.99% 0.59% -
HSV(B) 346.31º 0.81% 1% -
XYZ 44 24.01 13.14 -
YUV 114.95 116.75 227.18 -
System Red Green Blue C M Y K H S L
Decimal 254 48 95 0 0.81 0.63 0.00 346.31 0.99 0.59
Hex FE 30 5F 0 51 3F 0 15A 63 3B
Octal 376 60 137 0 121 77 0 532 143 73
Binary 11111110 110000 1011111 0 1010001 111111 0 101011010 1100011 111011

Color Harmonies of #FE305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE305F

Black with #FE305F

Text Example


Text Example

White with #FE305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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