Html Css Color HEX #FD346C Radical Red

📋 copy color: '#FD346C'

red 253 ◦ green 52 ◦ blue 108

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

Shades of Radical Red #FD346C

Tints of Radical Red #FD346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 61.26%
G = 12.59%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD346C (or 0xFD346C) is known color: Radical Red. HEX triplet: FD, 34 and 6C. RGB value is (253,52,108). Sum of RGB (Red+Green+Blue) = 253+52+108=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD346C is #02CB93. Grayscale: #767676. Windows color (decimal): -183188 or 7091453. OLE color: 7091453.

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

Color convert

RGB 253 52 108 -
CMYK 0 0.79 0.57 0.01
HSL 343.28º 0.98% 0.6% -
HSV(B) 343.28º 0.79% 0.99% -
XYZ 44.44 24.42 16.56 -
YUV 118.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 253 52 108 0 0.79 0.57 0.01 343.28 0.98 0.6
Hex FD 34 6C 0 4F 39 1 157 62 3C
Octal 375 64 154 0 117 71 1 527 142 74
Binary 11111101 110100 1101100 0 1001111 111001 1 101010111 1100010 111100

Color Harmonies of #FD346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD346C

Black with #FD346C

Text Example


Text Example

White with #FD346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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