Html Css Color HEX #FD505C Radical Red

📋 copy color: '#FD505C'

red 253 ◦ green 80 ◦ blue 92

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

Shades of Radical Red #FD505C

Tints of Radical Red #FD505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

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

R = 59.53%
G = 18.82%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD505C (or 0xFD505C) is known color: Radical Red. HEX triplet: FD, 50 and 5C. RGB value is (253,80,92). Sum of RGB (Red+Green+Blue) = 253+80+92=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD505C is #02AFA3. Grayscale: #858585. Windows color (decimal): -176036 or 6050045. OLE color: 6050045.

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

Color convert

RGB 253 80 92 -
CMYK 0 0.68 0.64 0.01
HSL 355.84º 0.98% 0.65% -
HSV(B) 355.84º 0.68% 0.99% -
XYZ 45.31 27.39 13.02 -
YUV 133.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 253 80 92 0 0.68 0.64 0.01 355.84 0.98 0.65
Hex FD 50 5C 0 44 40 1 164 62 41
Octal 375 120 134 0 104 100 1 544 142 101
Binary 11111101 1010000 1011100 0 1000100 1000000 1 101100100 1100010 1000001

Color Harmonies of #FD505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD505C

Black with #FD505C

Text Example


Text Example

White with #FD505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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