Html Css Color HEX #FD2978 Radical Red

📋 copy color: '#FD2978'

red 253 ◦ green 41 ◦ blue 120

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

Shades of Radical Red #FD2978

Tints of Radical Red #FD2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 61.11%
G = 9.9%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD2978 (or 0xFD2978) is known color: Radical Red. HEX triplet: FD, 29 and 78. RGB value is (253,41,120). Sum of RGB (Red+Green+Blue) = 253+41+120=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2978 is #02D687. Grayscale: #717171. Windows color (decimal): -185992 or 7875069. OLE color: 7875069.

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

Color convert

RGB 253 41 120 -
CMYK 0 0.84 0.53 0.01
HSL 337.64º 0.98% 0.58% -
HSV(B) 337.64º 0.84% 0.99% -
XYZ 44.69 23.82 20.01 -
YUV 113.39 131.74 227.58 -
System Red Green Blue C M Y K H S L
Decimal 253 41 120 0 0.84 0.53 0.01 337.64 0.98 0.58
Hex FD 29 78 0 54 35 1 152 62 3A
Octal 375 51 170 0 124 65 1 522 142 72
Binary 11111101 101001 1111000 0 1010100 110101 1 101010010 1100010 111010

Color Harmonies of #FD2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2978

Black with #FD2978

Text Example


Text Example

White with #FD2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2978; }

 p { color: rgb(253,41,120); }

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

background-color css

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

 a { background-color: rgb(253,41,120); }

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

border-color css

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

 span { border-color: rgb(253,41,120); }

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