Html Css Color HEX #FD345E Radical Red

📋 copy color: '#FD345E'

red 253 ◦ green 52 ◦ blue 94

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

Shades of Radical Red #FD345E

Tints of Radical Red #FD345E

RGB

 RED value IS 253 (99.22% from 255) = 63.41%

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

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 63.41%
G = 13.03%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD345E (or 0xFD345E) is known color: Radical Red. HEX triplet: FD, 34 and 5E. RGB value is (253,52,94). Sum of RGB (Red+Green+Blue) = 253+52+94=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD345E is #02CBA1. Grayscale: #747474. Windows color (decimal): -183202 or 6173949. OLE color: 6173949.

HSL color Cylindrical-coordinate representation of color #FD345E: hue angle of 347.46º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD345E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 52 94 -
CMYK 0 0.79 0.63 0.01
HSL 347.46º 0.98% 0.6% -
HSV(B) 347.46º 0.79% 0.99% -
XYZ 43.76 24.15 12.94 -
YUV 116.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 253 52 94 0 0.79 0.63 0.01 347.46 0.98 0.6
Hex FD 34 5E 0 4F 3F 1 15B 62 3C
Octal 375 64 136 0 117 77 1 533 142 74
Binary 11111101 110100 1011110 0 1001111 111111 1 101011011 1100010 111100

Color Harmonies of #FD345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD345E

Black with #FD345E

Text Example


Text Example

White with #FD345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD345E; }

 p { color: rgb(253,52,94); }

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

background-color css

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

 a { background-color: rgb(253,52,94); }

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

border-color css

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

 span { border-color: rgb(253,52,94); }

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