Html Css Color HEX #FE3469 Radical Red

📋 copy color: '#FE3469'

red 254 ◦ green 52 ◦ blue 105

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

Shades of Radical Red #FE3469

Tints of Radical Red #FE3469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

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

R = 61.8%
G = 12.65%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE3469 (or 0xFE3469) is known color: Radical Red. HEX triplet: FE, 34 and 69. RGB value is (254,52,105). Sum of RGB (Red+Green+Blue) = 254+52+105=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3469 is #01CB96. Grayscale: #767676. Windows color (decimal): -117655 or 6894846. OLE color: 6894846.

HSL color Cylindrical-coordinate representation of color #FE3469: hue angle of 344.26º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3469 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 52 105 -
CMYK 0 0.80 0.59 0.00
HSL 344.26º 0.99% 0.6% -
HSV(B) 344.26º 0.8% 1% -
XYZ 44.65 24.55 15.75 -
YUV 118.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 254 52 105 0 0.80 0.59 0.00 344.26 0.99 0.6
Hex FE 34 69 0 50 3B 0 158 63 3C
Octal 376 64 151 0 120 73 0 530 143 74
Binary 11111110 110100 1101001 0 1010000 111011 0 101011000 1100011 111100

Color Harmonies of #FE3469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3469

Black with #FE3469

Text Example


Text Example

White with #FE3469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3469; }

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

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

background-color css

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

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

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

border-color css

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

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

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