Html Css Color HEX #FD2D5F Radical Red

📋 copy color: '#FD2D5F'

red 253 ◦ green 45 ◦ blue 95

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

Shades of Radical Red #FD2D5F

Tints of Radical Red #FD2D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 64.38%
G = 11.45%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD2D5F (or 0xFD2D5F) is known color: Radical Red. HEX triplet: FD, 2D and 5F. RGB value is (253,45,95). Sum of RGB (Red+Green+Blue) = 253+45+95=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D5F is #02D2A0. Grayscale: #707070. Windows color (decimal): -184993 or 6237693. OLE color: 6237693.

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

Color convert

RGB 253 45 95 -
CMYK 0 0.82 0.62 0.01
HSL 345.58º 0.98% 0.58% -
HSV(B) 345.58º 0.82% 0.99% -
XYZ 43.51 23.59 13.09 -
YUV 112.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 253 45 95 0 0.82 0.62 0.01 345.58 0.98 0.58
Hex FD 2D 5F 0 52 3E 1 15A 62 3A
Octal 375 55 137 0 122 76 1 532 142 72
Binary 11111101 101101 1011111 0 1010010 111110 1 101011010 1100010 111010

Color Harmonies of #FD2D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D5F

Black with #FD2D5F

Text Example


Text Example

White with #FD2D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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