Html Css Color HEX #FD345C Radical Red

📋 copy color: '#FD345C'

red 253 ◦ green 52 ◦ blue 92

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

Shades of Radical Red #FD345C

Tints of Radical Red #FD345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 63.73%
G = 13.1%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD345C (or 0xFD345C) is known color: Radical Red. HEX triplet: FD, 34 and 5C. RGB value is (253,52,92). Sum of RGB (Red+Green+Blue) = 253+52+92=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD345C is #02CBA3. Grayscale: #747474. Windows color (decimal): -183204 or 6042877. OLE color: 6042877.

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

Color convert

RGB 253 52 92 -
CMYK 0 0.79 0.64 0.01
HSL 348.06º 0.98% 0.6% -
HSV(B) 348.06º 0.79% 0.99% -
XYZ 43.67 24.11 12.48 -
YUV 116.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 253 52 92 0 0.79 0.64 0.01 348.06 0.98 0.6
Hex FD 34 5C 0 4F 40 1 15C 62 3C
Octal 375 64 134 0 117 100 1 534 142 74
Binary 11111101 110100 1011100 0 1001111 1000000 1 101011100 1100010 111100

Color Harmonies of #FD345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD345C

Black with #FD345C

Text Example


Text Example

White with #FD345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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