Html Css Color HEX #FA2063 Radical Red

📋 copy color: '#FA2063'

red 250 ◦ green 32 ◦ blue 99

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

Shades of Radical Red #FA2063

Tints of Radical Red #FA2063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 65.62%
G = 8.4%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA2063 (or 0xFA2063) is known color: Radical Red. HEX triplet: FA, 20 and 63. RGB value is (250,32,99). Sum of RGB (Red+Green+Blue) = 250+32+99=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2063 is #05DF9C. Grayscale: #686868. Windows color (decimal): -384925 or 6496506. OLE color: 6496506.

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

Color convert

RGB 250 32 99 -
CMYK 0 0.87 0.60 0.02
HSL 341.56º 0.96% 0.55% -
HSV(B) 341.56º 0.87% 0.98% -
XYZ 42.19 22.26 13.88 -
YUV 104.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 250 32 99 0 0.87 0.60 0.02 341.56 0.96 0.55
Hex FA 20 63 0 57 3C 2 156 60 37
Octal 372 40 143 0 127 74 2 526 140 67
Binary 11111010 100000 1100011 0 1010111 111100 10 101010110 1100000 110111

Color Harmonies of #FA2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2063

Black with #FA2063

Text Example


Text Example

White with #FA2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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