Html Css Color HEX #FD5256 Radical Red

📋 copy color: '#FD5256'

red 253 ◦ green 82 ◦ blue 86

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

Shades of Radical Red #FD5256

Tints of Radical Red #FD5256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.48%

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 60.1%
G = 19.48%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD5256 (or 0xFD5256) is known color: Radical Red. HEX triplet: FD, 52 and 56. RGB value is (253,82,86). Sum of RGB (Red+Green+Blue) = 253+82+86=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5256 is #02ADA9. Grayscale: #858585. Windows color (decimal): -175530 or 5657341. OLE color: 5657341.

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

Color convert

RGB 253 82 86 -
CMYK 0 0.68 0.66 0.01
HSL 358.6º 0.98% 0.66% -
HSV(B) 358.6º 0.68% 0.99% -
XYZ 45.21 27.59 11.75 -
YUV 133.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 253 82 86 0 0.68 0.66 0.01 358.6 0.98 0.66
Hex FD 52 56 0 44 42 1 167 62 42
Octal 375 122 126 0 104 102 1 547 142 102
Binary 11111101 1010010 1010110 0 1000100 1000010 1 101100111 1100010 1000010

Color Harmonies of #FD5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5256

Black with #FD5256

Text Example


Text Example

White with #FD5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5256; }

 p { color: rgb(253,82,86); }

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

background-color css

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

 a { background-color: rgb(253,82,86); }

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

border-color css

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

 span { border-color: rgb(253,82,86); }

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