Html Css Color HEX #FA215C Radical Red

📋 copy color: '#FA215C'

red 250 ◦ green 33 ◦ blue 92

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

Shades of Radical Red #FA215C

Tints of Radical Red #FA215C

RGB

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

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

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

R = 66.67%
G = 8.8%
B = 24.53%

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

#FA215C (or 0xFA215C) is known color: Radical Red. HEX triplet: FA, 21 and 5C. RGB value is (250,33,92). Sum of RGB (Red+Green+Blue) = 250+33+92=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA215C is #05DEA3. Grayscale: #686868. Windows color (decimal): -384676 or 6038010. OLE color: 6038010.

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

Color convert

RGB 250 33 92 -
CMYK 0 0.87 0.63 0.02
HSL 343.69º 0.96% 0.55% -
HSV(B) 343.69º 0.87% 0.98% -
XYZ 41.9 22.18 12.2 -
YUV 104.61 120.89 231.7 -
System Red Green Blue C M Y K H S L
Decimal 250 33 92 0 0.87 0.63 0.02 343.69 0.96 0.55
Hex FA 21 5C 0 57 3F 2 158 60 37
Octal 372 41 134 0 127 77 2 530 140 67
Binary 11111010 100001 1011100 0 1010111 111111 10 101011000 1100000 110111

Color Harmonies of #FA215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA215C

Black with #FA215C

Text Example


Text Example

White with #FA215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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