Html Css Color HEX #FD1E5C Radical Red

📋 copy color: '#FD1E5C'

red 253 ◦ green 30 ◦ blue 92

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

Shades of Radical Red #FD1E5C

Tints of Radical Red #FD1E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8%

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 67.47%
G = 8%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD1E5C (or 0xFD1E5C) is known color: Radical Red. HEX triplet: FD, 1E and 5C. RGB value is (253,30,92). Sum of RGB (Red+Green+Blue) = 253+30+92=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1E5C is #02E1A3. Grayscale: #676767. Windows color (decimal): -188836 or 6037245. OLE color: 6037245.

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

Color convert

RGB 253 30 92 -
CMYK 0 0.88 0.64 0.01
HSL 343.32º 0.98% 0.55% -
HSV(B) 343.32º 0.88% 0.99% -
XYZ 42.9 22.58 12.22 -
YUV 103.75 121.38 234.46 -
System Red Green Blue C M Y K H S L
Decimal 253 30 92 0 0.88 0.64 0.01 343.32 0.98 0.55
Hex FD 1E 5C 0 58 40 1 157 62 37
Octal 375 36 134 0 130 100 1 527 142 67
Binary 11111101 11110 1011100 0 1011000 1000000 1 101010111 1100010 110111

Color Harmonies of #FD1E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E5C

Black with #FD1E5C

Text Example


Text Example

White with #FD1E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E5C; }

 p { color: rgb(253,30,92); }

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

background-color css

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

 a { background-color: rgb(253,30,92); }

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

border-color css

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

 span { border-color: rgb(253,30,92); }

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