Html Css Color HEX #FD2575 Radical Red

📋 copy color: '#FD2575'

red 253 ◦ green 37 ◦ blue 117

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

Shades of Radical Red #FD2575

Tints of Radical Red #FD2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.09%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 62.16%
G = 9.09%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD2575 (or 0xFD2575) is known color: Radical Red. HEX triplet: FD, 25 and 75. RGB value is (253,37,117). Sum of RGB (Red+Green+Blue) = 253+37+117=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2575 is #02DA8A. Grayscale: #6E6E6E. Windows color (decimal): -187019 or 7677437. OLE color: 7677437.

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

Color convert

RGB 253 37 117 -
CMYK 0 0.85 0.54 0.01
HSL 337.78º 0.98% 0.57% -
HSV(B) 337.78º 0.85% 0.99% -
XYZ 44.38 23.49 19.02 -
YUV 110.7 131.56 229.5 -
System Red Green Blue C M Y K H S L
Decimal 253 37 117 0 0.85 0.54 0.01 337.78 0.98 0.57
Hex FD 25 75 0 55 36 1 152 62 39
Octal 375 45 165 0 125 66 1 522 142 71
Binary 11111101 100101 1110101 0 1010101 110110 1 101010010 1100010 111001

Color Harmonies of #FD2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2575

Black with #FD2575

Text Example


Text Example

White with #FD2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2575; }

 p { color: rgb(253,37,117); }

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

background-color css

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

 a { background-color: rgb(253,37,117); }

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

border-color css

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

 span { border-color: rgb(253,37,117); }

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