Html Css Color HEX #FD1858 Radical Red

📋 copy color: '#FD1858'

red 253 ◦ green 24 ◦ blue 88

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

Shades of Radical Red #FD1858

Tints of Radical Red #FD1858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 69.32%
G = 6.58%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FD1858 (or 0xFD1858) is known color: Radical Red. HEX triplet: FD, 18 and 58. RGB value is (253,24,88). Sum of RGB (Red+Green+Blue) = 253+24+88=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1858 is #02E7A7. Grayscale: #636363. Windows color (decimal): -190376 or 5773565. OLE color: 5773565.

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

Color convert

RGB 253 24 88 -
CMYK 0 0.91 0.65 0.01
HSL 343.23º 0.98% 0.54% -
HSV(B) 343.23º 0.91% 0.99% -
XYZ 42.6 22.24 11.28 -
YUV 99.77 121.37 237.3 -
System Red Green Blue C M Y K H S L
Decimal 253 24 88 0 0.91 0.65 0.01 343.23 0.98 0.54
Hex FD 18 58 0 5B 41 1 157 62 36
Octal 375 30 130 0 133 101 1 527 142 66
Binary 11111101 11000 1011000 0 1011011 1000001 1 101010111 1100010 110110

Color Harmonies of #FD1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1858

Black with #FD1858

Text Example


Text Example

White with #FD1858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1858; }

 p { color: rgb(253,24,88); }

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

background-color css

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

 a { background-color: rgb(253,24,88); }

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

border-color css

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

 span { border-color: rgb(253,24,88); }

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