Html Css Color HEX #FD2D4E Radical Red

📋 copy color: '#FD2D4E'

red 253 ◦ green 45 ◦ blue 78

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

Shades of Radical Red #FD2D4E

Tints of Radical Red #FD2D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 67.29%
G = 11.97%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD2D4E (or 0xFD2D4E) is known color: Radical Red. HEX triplet: FD, 2D and 4E. RGB value is (253,45,78). Sum of RGB (Red+Green+Blue) = 253+45+78=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D4E is #02D2B1. Grayscale: #6F6F6F. Windows color (decimal): -185010 or 5123581. OLE color: 5123581.

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

Color convert

RGB 253 45 78 -
CMYK 0 0.82 0.69 0.01
HSL 350.48º 0.98% 0.58% -
HSV(B) 350.48º 0.82% 0.99% -
XYZ 42.82 23.31 9.45 -
YUV 110.95 109.41 229.32 -
System Red Green Blue C M Y K H S L
Decimal 253 45 78 0 0.82 0.69 0.01 350.48 0.98 0.58
Hex FD 2D 4E 0 52 45 1 15E 62 3A
Octal 375 55 116 0 122 105 1 536 142 72
Binary 11111101 101101 1001110 0 1010010 1000101 1 101011110 1100010 111010

Color Harmonies of #FD2D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D4E

Black with #FD2D4E

Text Example


Text Example

White with #FD2D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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