Html Css Color HEX #FD215A Radical Red

📋 copy color: '#FD215A'

red 253 ◦ green 33 ◦ blue 90

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

Shades of Radical Red #FD215A

Tints of Radical Red #FD215A

RGB

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

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

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

R = 67.29%
G = 8.78%
B = 23.94%

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

#FD215A (or 0xFD215A) is known color: Radical Red. HEX triplet: FD, 21 and 5A. RGB value is (253,33,90). Sum of RGB (Red+Green+Blue) = 253+33+90=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD215A is #02DEA5. Grayscale: #696969. Windows color (decimal): -188070 or 5906941. OLE color: 5906941.

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

Color convert

RGB 253 33 90 -
CMYK 0 0.87 0.64 0.01
HSL 344.45º 0.98% 0.56% -
HSV(B) 344.45º 0.87% 0.99% -
XYZ 42.9 22.71 11.8 -
YUV 105.28 119.39 233.37 -
System Red Green Blue C M Y K H S L
Decimal 253 33 90 0 0.87 0.64 0.01 344.45 0.98 0.56
Hex FD 21 5A 0 57 40 1 158 62 38
Octal 375 41 132 0 127 100 1 530 142 70
Binary 11111101 100001 1011010 0 1010111 1000000 1 101011000 1100010 111000

Color Harmonies of #FD215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD215A

Black with #FD215A

Text Example


Text Example

White with #FD215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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