Html Css Color HEX #FD3C66 Radical Red

📋 copy color: '#FD3C66'

red 253 ◦ green 60 ◦ blue 102

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

Shades of Radical Red #FD3C66

Tints of Radical Red #FD3C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.58%

R = 60.96%
G = 14.46%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD3C66 (or 0xFD3C66) is known color: Radical Red. HEX triplet: FD, 3C and 66. RGB value is (253,60,102). Sum of RGB (Red+Green+Blue) = 253+60+102=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C66 is #02C399. Grayscale: #7A7A7A. Windows color (decimal): -181146 or 6700285. OLE color: 6700285.

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

Color convert

RGB 253 60 102 -
CMYK 0 0.76 0.60 0.01
HSL 346.94º 0.98% 0.61% -
HSV(B) 346.94º 0.76% 0.99% -
XYZ 44.52 25.07 15.06 -
YUV 122.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 253 60 102 0 0.76 0.60 0.01 346.94 0.98 0.61
Hex FD 3C 66 0 4C 3C 1 15B 62 3D
Octal 375 74 146 0 114 74 1 533 142 75
Binary 11111101 111100 1100110 0 1001100 111100 1 101011011 1100010 111101

Color Harmonies of #FD3C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C66

Black with #FD3C66

Text Example


Text Example

White with #FD3C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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