Html Css Color HEX #FD285A Radical Red

📋 copy color: '#FD285A'

red 253 ◦ green 40 ◦ blue 90

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

Shades of Radical Red #FD285A

Tints of Radical Red #FD285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 66.06%
G = 10.44%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD285A (or 0xFD285A) is known color: Radical Red. HEX triplet: FD, 28 and 5A. RGB value is (253,40,90). Sum of RGB (Red+Green+Blue) = 253+40+90=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD285A is #02D7A5. Grayscale: #6D6D6D. Windows color (decimal): -186278 or 5908733. OLE color: 5908733.

HSL color Cylindrical-coordinate representation of color #FD285A: hue angle of 345.92º 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 #FD285A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 40 90 -
CMYK 0 0.84 0.64 0.01
HSL 345.92º 0.98% 0.57% -
HSV(B) 345.92º 0.84% 0.99% -
XYZ 43.11 23.14 11.87 -
YUV 109.39 117.07 230.43 -
System Red Green Blue C M Y K H S L
Decimal 253 40 90 0 0.84 0.64 0.01 345.92 0.98 0.57
Hex FD 28 5A 0 54 40 1 15A 62 39
Octal 375 50 132 0 124 100 1 532 142 71
Binary 11111101 101000 1011010 0 1010100 1000000 1 101011010 1100010 111001

Color Harmonies of #FD285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD285A

Black with #FD285A

Text Example


Text Example

White with #FD285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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