Html Css Color HEX #FD3C65 Radical Red

📋 copy color: '#FD3C65'

red 253 ◦ green 60 ◦ blue 101

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

Shades of Radical Red #FD3C65

Tints of Radical Red #FD3C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 61.11%
G = 14.49%
B = 24.4%

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

#FD3C65 (or 0xFD3C65) is known color: Radical Red. HEX triplet: FD, 3C and 65. RGB value is (253,60,101). Sum of RGB (Red+Green+Blue) = 253+60+101=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3C65 is #02C39A. Grayscale: #7A7A7A. Windows color (decimal): -181147 or 6634749. OLE color: 6634749.

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

Color convert

RGB 253 60 101 -
CMYK 0 0.76 0.60 0.01
HSL 347.25º 0.98% 0.61% -
HSV(B) 347.25º 0.76% 0.99% -
XYZ 44.47 25.05 14.8 -
YUV 122.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 253 60 101 0 0.76 0.60 0.01 347.25 0.98 0.61
Hex FD 3C 65 0 4C 3C 1 15B 62 3D
Octal 375 74 145 0 114 74 1 533 142 75
Binary 11111101 111100 1100101 0 1001100 111100 1 101011011 1100010 111101

Color Harmonies of #FD3C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C65

Black with #FD3C65

Text Example


Text Example

White with #FD3C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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