Html Css Color HEX #FD4150 Radical Red

📋 copy color: '#FD4150'

red 253 ◦ green 65 ◦ blue 80

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

Shades of Radical Red #FD4150

Tints of Radical Red #FD4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 63.57%
G = 16.33%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4150 (or 0xFD4150) is known color: Radical Red. HEX triplet: FD, 41 and 50. RGB value is (253,65,80). Sum of RGB (Red+Green+Blue) = 253+65+80=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4150 is #02BEAF. Grayscale: #7B7B7B. Windows color (decimal): -179888 or 5259773. OLE color: 5259773.

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

Color convert

RGB 253 65 80 -
CMYK 0 0.74 0.68 0.01
HSL 355.21º 0.98% 0.62% -
HSV(B) 355.21º 0.74% 0.99% -
XYZ 43.85 25.24 10.15 -
YUV 122.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 253 65 80 0 0.74 0.68 0.01 355.21 0.98 0.62
Hex FD 41 50 0 4A 44 1 163 62 3E
Octal 375 101 120 0 112 104 1 543 142 76
Binary 11111101 1000001 1010000 0 1001010 1000100 1 101100011 1100010 111110

Color Harmonies of #FD4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4150

Black with #FD4150

Text Example


Text Example

White with #FD4150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4150; }

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

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

background-color css

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

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

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

border-color css

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

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

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