Html Css Color HEX #FD3C6C Radical Red

📋 copy color: '#FD3C6C'

red 253 ◦ green 60 ◦ blue 108

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

Shades of Radical Red #FD3C6C

Tints of Radical Red #FD3C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

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

R = 60.1%
G = 14.25%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD3C6C (or 0xFD3C6C) is known color: Radical Red. HEX triplet: FD, 3C and 6C. RGB value is (253,60,108). Sum of RGB (Red+Green+Blue) = 253+60+108=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C6C is #02C393. Grayscale: #7B7B7B. Windows color (decimal): -181140 or 7093501. OLE color: 7093501.

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

Color convert

RGB 253 60 108 -
CMYK 0 0.76 0.57 0.01
HSL 345.08º 0.98% 0.61% -
HSV(B) 345.08º 0.76% 0.99% -
XYZ 44.83 25.2 16.69 -
YUV 123.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 253 60 108 0 0.76 0.57 0.01 345.08 0.98 0.61
Hex FD 3C 6C 0 4C 39 1 159 62 3D
Octal 375 74 154 0 114 71 1 531 142 75
Binary 11111101 111100 1101100 0 1001100 111001 1 101011001 1100010 111101

Color Harmonies of #FD3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C6C

Black with #FD3C6C

Text Example


Text Example

White with #FD3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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