Html Css Color HEX #FD284E Radical Red

📋 copy color: '#FD284E'

red 253 ◦ green 40 ◦ blue 78

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

Shades of Radical Red #FD284E

Tints of Radical Red #FD284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

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

R = 68.19%
G = 10.78%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD284E (or 0xFD284E) is known color: Radical Red. HEX triplet: FD, 28 and 4E. RGB value is (253,40,78). Sum of RGB (Red+Green+Blue) = 253+40+78=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD284E is #02D7B1. Grayscale: #6C6C6C. Windows color (decimal): -186290 or 5122301. OLE color: 5122301.

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

Color convert

RGB 253 40 78 -
CMYK 0 0.84 0.69 0.01
HSL 349.3º 0.98% 0.57% -
HSV(B) 349.3º 0.84% 0.99% -
XYZ 42.64 22.95 9.39 -
YUV 108.02 111.07 231.41 -
System Red Green Blue C M Y K H S L
Decimal 253 40 78 0 0.84 0.69 0.01 349.3 0.98 0.57
Hex FD 28 4E 0 54 45 1 15D 62 39
Octal 375 50 116 0 124 105 1 535 142 71
Binary 11111101 101000 1001110 0 1010100 1000101 1 101011101 1100010 111001

Color Harmonies of #FD284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD284E

Black with #FD284E

Text Example


Text Example

White with #FD284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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