Html Css Color HEX #FA2072 Radical Red

📋 copy color: '#FA2072'

red 250 ◦ green 32 ◦ blue 114

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

Shades of Radical Red #FA2072

Tints of Radical Red #FA2072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 63.13%
G = 8.08%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA2072 (or 0xFA2072) is known color: Radical Red. HEX triplet: FA, 20 and 72. RGB value is (250,32,114). Sum of RGB (Red+Green+Blue) = 250+32+114=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2072 is #05DF8D. Grayscale: #6A6A6A. Windows color (decimal): -384910 or 7479546. OLE color: 7479546.

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

Color convert

RGB 250 32 114 -
CMYK 0 0.87 0.54 0.02
HSL 337.43º 0.96% 0.55% -
HSV(B) 337.43º 0.87% 0.98% -
XYZ 42.98 22.57 18.01 -
YUV 106.53 132.22 230.33 -
System Red Green Blue C M Y K H S L
Decimal 250 32 114 0 0.87 0.54 0.02 337.43 0.96 0.55
Hex FA 20 72 0 57 36 2 151 60 37
Octal 372 40 162 0 127 66 2 521 140 67
Binary 11111010 100000 1110010 0 1010111 110110 10 101010001 1100000 110111

Color Harmonies of #FA2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2072

Black with #FA2072

Text Example


Text Example

White with #FA2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2072; }

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

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

background-color css

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

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

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

border-color css

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

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

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