Html Css Color HEX #FD4051 Radical Red

📋 copy color: '#FD4051'

red 253 ◦ green 64 ◦ blue 81

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

Shades of Radical Red #FD4051

Tints of Radical Red #FD4051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

 BLUE value IS 81 (32.03% from 255) = 20.35%

R = 63.57%
G = 16.08%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4051 (or 0xFD4051) is known color: Radical Red. HEX triplet: FD, 40 and 51. RGB value is (253,64,81). Sum of RGB (Red+Green+Blue) = 253+64+81=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4051 is #02BFAE. Grayscale: #7A7A7A. Windows color (decimal): -180143 or 5325053. OLE color: 5325053.

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

Color convert

RGB 253 64 81 -
CMYK 0 0.75 0.68 0.01
HSL 354.6º 0.98% 0.62% -
HSV(B) 354.6º 0.75% 0.99% -
XYZ 43.83 25.14 10.33 -
YUV 122.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 253 64 81 0 0.75 0.68 0.01 354.6 0.98 0.62
Hex FD 40 51 0 4B 44 1 163 62 3E
Octal 375 100 121 0 113 104 1 543 142 76
Binary 11111101 1000000 1010001 0 1001011 1000100 1 101100011 1100010 111110

Color Harmonies of #FD4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4051

Black with #FD4051

Text Example


Text Example

White with #FD4051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4051; }

 p { color: rgb(253,64,81); }

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

background-color css

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

 a { background-color: rgb(253,64,81); }

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

border-color css

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

 span { border-color: rgb(253,64,81); }

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