Html Css Color HEX #FD2D5B Radical Red

📋 copy color: '#FD2D5B'

red 253 ◦ green 45 ◦ blue 91

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

Shades of Radical Red #FD2D5B

Tints of Radical Red #FD2D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

 BLUE value IS 91 (35.94% from 255) = 23.39%

R = 65.04%
G = 11.57%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD2D5B (or 0xFD2D5B) is known color: Radical Red. HEX triplet: FD, 2D and 5B. RGB value is (253,45,91). Sum of RGB (Red+Green+Blue) = 253+45+91=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D5B is #02D2A4. Grayscale: #707070. Windows color (decimal): -184997 or 5975549. OLE color: 5975549.

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

Color convert

RGB 253 45 91 -
CMYK 0 0.82 0.64 0.01
HSL 346.73º 0.98% 0.58% -
HSV(B) 346.73º 0.82% 0.99% -
XYZ 43.33 23.51 12.15 -
YUV 112.44 115.91 228.26 -
System Red Green Blue C M Y K H S L
Decimal 253 45 91 0 0.82 0.64 0.01 346.73 0.98 0.58
Hex FD 2D 5B 0 52 40 1 15B 62 3A
Octal 375 55 133 0 122 100 1 533 142 72
Binary 11111101 101101 1011011 0 1010010 1000000 1 101011011 1100010 111010

Color Harmonies of #FD2D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D5B

Black with #FD2D5B

Text Example


Text Example

White with #FD2D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D5B; }

 p { color: rgb(253,45,91); }

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

background-color css

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

 a { background-color: rgb(253,45,91); }

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

border-color css

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

 span { border-color: rgb(253,45,91); }

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