Html Css Color HEX #FD215C Radical Red

📋 copy color: '#FD215C'

red 253 ◦ green 33 ◦ blue 92

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

Shades of Radical Red #FD215C

Tints of Radical Red #FD215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.73%

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

R = 66.93%
G = 8.73%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD215C (or 0xFD215C) is known color: Radical Red. HEX triplet: FD, 21 and 5C. RGB value is (253,33,92). Sum of RGB (Red+Green+Blue) = 253+33+92=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD215C is #02DEA3. Grayscale: #696969. Windows color (decimal): -188068 or 6038013. OLE color: 6038013.

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

Color convert

RGB 253 33 92 -
CMYK 0 0.87 0.64 0.01
HSL 343.91º 0.98% 0.56% -
HSV(B) 343.91º 0.87% 0.99% -
XYZ 42.98 22.74 12.25 -
YUV 105.51 120.39 233.2 -
System Red Green Blue C M Y K H S L
Decimal 253 33 92 0 0.87 0.64 0.01 343.91 0.98 0.56
Hex FD 21 5C 0 57 40 1 158 62 38
Octal 375 41 134 0 127 100 1 530 142 70
Binary 11111101 100001 1011100 0 1010111 1000000 1 101011000 1100010 111000

Color Harmonies of #FD215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD215C

Black with #FD215C

Text Example


Text Example

White with #FD215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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