Html Css Color HEX #FD525A Radical Red

📋 copy color: '#FD525A'

red 253 ◦ green 82 ◦ blue 90

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

Shades of Radical Red #FD525A

Tints of Radical Red #FD525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 59.53%
G = 19.29%
B = 21.18%

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

#FD525A (or 0xFD525A) is known color: Radical Red. HEX triplet: FD, 52 and 5A. RGB value is (253,82,90). Sum of RGB (Red+Green+Blue) = 253+82+90=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD525A is #02ADA5. Grayscale: #868686. Windows color (decimal): -175526 or 5919485. OLE color: 5919485.

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

Color convert

RGB 253 82 90 -
CMYK 0 0.68 0.64 0.01
HSL 357.19º 0.98% 0.66% -
HSV(B) 357.19º 0.68% 0.99% -
XYZ 45.37 27.66 12.62 -
YUV 134.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 253 82 90 0 0.68 0.64 0.01 357.19 0.98 0.66
Hex FD 52 5A 0 44 40 1 165 62 42
Octal 375 122 132 0 104 100 1 545 142 102
Binary 11111101 1010010 1011010 0 1000100 1000000 1 101100101 1100010 1000010

Color Harmonies of #FD525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD525A

Black with #FD525A

Text Example


Text Example

White with #FD525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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