Html Css Color HEX #FA2170 Radical Red

📋 copy color: '#FA2170'

red 250 ◦ green 33 ◦ blue 112

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

Shades of Radical Red #FA2170

Tints of Radical Red #FA2170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 63.29%
G = 8.35%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA2170 (or 0xFA2170) is known color: Radical Red. HEX triplet: FA, 21 and 70. RGB value is (250,33,112). Sum of RGB (Red+Green+Blue) = 250+33+112=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2170 is #05DE8F. Grayscale: #6A6A6A. Windows color (decimal): -384656 or 7348730. OLE color: 7348730.

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

Color convert

RGB 250 33 112 -
CMYK 0 0.87 0.55 0.02
HSL 338.16º 0.96% 0.55% -
HSV(B) 338.16º 0.87% 0.98% -
XYZ 42.89 22.58 17.43 -
YUV 106.89 130.89 230.08 -
System Red Green Blue C M Y K H S L
Decimal 250 33 112 0 0.87 0.55 0.02 338.16 0.96 0.55
Hex FA 21 70 0 57 37 2 152 60 37
Octal 372 41 160 0 127 67 2 522 140 67
Binary 11111010 100001 1110000 0 1010111 110111 10 101010010 1100000 110111

Color Harmonies of #FA2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2170

Black with #FA2170

Text Example


Text Example

White with #FA2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2170; }

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

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

background-color css

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

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

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

border-color css

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

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

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