Html Css Color HEX #FD4450 Radical Red

📋 copy color: '#FD4450'

red 253 ◦ green 68 ◦ blue 80

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

Shades of Radical Red #FD4450

Tints of Radical Red #FD4450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 63.09%
G = 16.96%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4450 (or 0xFD4450) is known color: Radical Red. HEX triplet: FD, 44 and 50. RGB value is (253,68,80). Sum of RGB (Red+Green+Blue) = 253+68+80=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4450 is #02BBAF. Grayscale: #7C7C7C. Windows color (decimal): -179120 or 5260541. OLE color: 5260541.

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

Color convert

RGB 253 68 80 -
CMYK 0 0.73 0.68 0.01
HSL 356.11º 0.98% 0.63% -
HSV(B) 356.11º 0.73% 0.99% -
XYZ 44.02 25.6 10.21 -
YUV 124.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 253 68 80 0 0.73 0.68 0.01 356.11 0.98 0.63
Hex FD 44 50 0 49 44 1 164 62 3F
Octal 375 104 120 0 111 104 1 544 142 77
Binary 11111101 1000100 1010000 0 1001001 1000100 1 101100100 1100010 111111

Color Harmonies of #FD4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4450

Black with #FD4450

Text Example


Text Example

White with #FD4450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4450; }

 p { color: rgb(253,68,80); }

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

background-color css

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

 a { background-color: rgb(253,68,80); }

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

border-color css

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

 span { border-color: rgb(253,68,80); }

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