Html Css Color HEX #FA2473 Radical Red

📋 copy color: '#FA2473'

red 250 ◦ green 36 ◦ blue 115

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

Shades of Radical Red #FA2473

Tints of Radical Red #FA2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.98%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 62.34%
G = 8.98%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA2473 (or 0xFA2473) is known color: Radical Red. HEX triplet: FA, 24 and 73. RGB value is (250,36,115). Sum of RGB (Red+Green+Blue) = 250+36+115=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2473 is #05DB8C. Grayscale: #6C6C6C. Windows color (decimal): -383885 or 7546106. OLE color: 7546106.

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

Color convert

RGB 250 36 115 -
CMYK 0 0.86 0.54 0.02
HSL 337.85º 0.96% 0.56% -
HSV(B) 337.85º 0.86% 0.98% -
XYZ 43.15 22.82 18.35 -
YUV 108.99 131.4 228.58 -
System Red Green Blue C M Y K H S L
Decimal 250 36 115 0 0.86 0.54 0.02 337.85 0.96 0.56
Hex FA 24 73 0 56 36 2 152 60 38
Octal 372 44 163 0 126 66 2 522 140 70
Binary 11111010 100100 1110011 0 1010110 110110 10 101010010 1100000 111000

Color Harmonies of #FA2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2473

Black with #FA2473

Text Example


Text Example

White with #FA2473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2473; }

 p { color: rgb(250,36,115); }

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

background-color css

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

 a { background-color: rgb(250,36,115); }

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

border-color css

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

 span { border-color: rgb(250,36,115); }

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