Html Css Color HEX #FD2859 Radical Red

📋 copy color: '#FD2859'

red 253 ◦ green 40 ◦ blue 89

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

Shades of Radical Red #FD2859

Tints of Radical Red #FD2859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 66.23%
G = 10.47%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD2859 (or 0xFD2859) is known color: Radical Red. HEX triplet: FD, 28 and 59. RGB value is (253,40,89). Sum of RGB (Red+Green+Blue) = 253+40+89=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2859 is #02D7A6. Grayscale: #6D6D6D. Windows color (decimal): -186279 or 5843197. OLE color: 5843197.

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

Color convert

RGB 253 40 89 -
CMYK 0 0.84 0.65 0.01
HSL 346.2º 0.98% 0.57% -
HSV(B) 346.2º 0.84% 0.99% -
XYZ 43.07 23.12 11.64 -
YUV 109.27 116.57 230.52 -
System Red Green Blue C M Y K H S L
Decimal 253 40 89 0 0.84 0.65 0.01 346.2 0.98 0.57
Hex FD 28 59 0 54 41 1 15A 62 39
Octal 375 50 131 0 124 101 1 532 142 71
Binary 11111101 101000 1011001 0 1010100 1000001 1 101011010 1100010 111001

Color Harmonies of #FD2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2859

Black with #FD2859

Text Example


Text Example

White with #FD2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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