Html Css Color HEX #FD345D Radical Red

📋 copy color: '#FD345D'

red 253 ◦ green 52 ◦ blue 93

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

Shades of Radical Red #FD345D

Tints of Radical Red #FD345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 63.57%
G = 13.07%
B = 23.37%

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

#FD345D (or 0xFD345D) is known color: Radical Red. HEX triplet: FD, 34 and 5D. RGB value is (253,52,93). Sum of RGB (Red+Green+Blue) = 253+52+93=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD345D is #02CBA2. Grayscale: #747474. Windows color (decimal): -183203 or 6108413. OLE color: 6108413.

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

Color convert

RGB 253 52 93 -
CMYK 0 0.79 0.63 0.01
HSL 347.76º 0.98% 0.6% -
HSV(B) 347.76º 0.79% 0.99% -
XYZ 43.71 24.13 12.71 -
YUV 116.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 253 52 93 0 0.79 0.63 0.01 347.76 0.98 0.6
Hex FD 34 5D 0 4F 3F 1 15C 62 3C
Octal 375 64 135 0 117 77 1 534 142 74
Binary 11111101 110100 1011101 0 1001111 111111 1 101011100 1100010 111100

Color Harmonies of #FD345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD345D

Black with #FD345D

Text Example


Text Example

White with #FD345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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