Html Css Color HEX #FD515C Radical Red

📋 copy color: '#FD515C'

red 253 ◦ green 81 ◦ blue 92

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

Shades of Radical Red #FD515C

Tints of Radical Red #FD515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

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

R = 59.39%
G = 19.01%
B = 21.6%

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

#FD515C (or 0xFD515C) is known color: Radical Red. HEX triplet: FD, 51 and 5C. RGB value is (253,81,92). Sum of RGB (Red+Green+Blue) = 253+81+92=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD515C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD515C is #02AEA3. Grayscale: #858585. Windows color (decimal): -175780 or 6050301. OLE color: 6050301.

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

Color convert

RGB 253 81 92 -
CMYK 0 0.68 0.64 0.01
HSL 356.16º 0.98% 0.65% -
HSV(B) 356.16º 0.68% 0.99% -
XYZ 45.38 27.54 13.05 -
YUV 133.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 253 81 92 0 0.68 0.64 0.01 356.16 0.98 0.65
Hex FD 51 5C 0 44 40 1 164 62 41
Octal 375 121 134 0 104 100 1 544 142 101
Binary 11111101 1010001 1011100 0 1000100 1000000 1 101100100 1100010 1000001

Color Harmonies of #FD515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD515C

Black with #FD515C

Text Example


Text Example

White with #FD515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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