Html Css Color HEX #FA205D Radical Red

📋 copy color: '#FA205D'

red 250 ◦ green 32 ◦ blue 93

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

Shades of Radical Red #FA205D

Tints of Radical Red #FA205D

RGB

 RED value IS 250 (98.05% from 255) = 66.67%

 GREEN value IS 32 (12.89% from 255) = 8.53%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 66.67%
G = 8.53%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA205D (or 0xFA205D) is known color: Radical Red. HEX triplet: FA, 20 and 5D. RGB value is (250,32,93). Sum of RGB (Red+Green+Blue) = 250+32+93=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA205D is #05DFA2. Grayscale: #686868. Windows color (decimal): -384931 or 6103290. OLE color: 6103290.

HSL color Cylindrical-coordinate representation of color #FA205D: hue angle of 343.21º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA205D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 32 93 -
CMYK 0 0.87 0.63 0.02
HSL 343.21º 0.96% 0.55% -
HSV(B) 343.21º 0.87% 0.98% -
XYZ 41.92 22.15 12.42 -
YUV 104.14 121.72 232.04 -
System Red Green Blue C M Y K H S L
Decimal 250 32 93 0 0.87 0.63 0.02 343.21 0.96 0.55
Hex FA 20 5D 0 57 3F 2 157 60 37
Octal 372 40 135 0 127 77 2 527 140 67
Binary 11111010 100000 1011101 0 1010111 111111 10 101010111 1100000 110111

Color Harmonies of #FA205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA205D

Black with #FA205D

Text Example


Text Example

White with #FA205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA205D; }

 p { color: rgb(250,32,93); }

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

background-color css

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

 a { background-color: rgb(250,32,93); }

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

border-color css

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

 span { border-color: rgb(250,32,93); }

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