Html Css Color HEX #FE3069 Radical Red

📋 copy color: '#FE3069'

red 254 ◦ green 48 ◦ blue 105

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

Shades of Radical Red #FE3069

Tints of Radical Red #FE3069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 62.41%
G = 11.79%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE3069 (or 0xFE3069) is known color: Radical Red. HEX triplet: FE, 30 and 69. RGB value is (254,48,105). Sum of RGB (Red+Green+Blue) = 254+48+105=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3069 is #01CF96. Grayscale: #747474. Windows color (decimal): -118679 or 6893822. OLE color: 6893822.

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

Color convert

RGB 254 48 105 -
CMYK 0 0.81 0.59 0.00
HSL 343.4º 0.99% 0.59% -
HSV(B) 343.4º 0.81% 1% -
XYZ 44.48 24.2 15.69 -
YUV 116.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 254 48 105 0 0.81 0.59 0.00 343.4 0.99 0.59
Hex FE 30 69 0 51 3B 0 157 63 3B
Octal 376 60 151 0 121 73 0 527 143 73
Binary 11111110 110000 1101001 0 1010001 111011 0 101010111 1100011 111011

Color Harmonies of #FE3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3069

Black with #FE3069

Text Example


Text Example

White with #FE3069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3069; }

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

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

background-color css

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

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

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

border-color css

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

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

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