Html Css Color HEX #FA2776 Radical Red

📋 copy color: '#FA2776'

red 250 ◦ green 39 ◦ blue 118

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

Shades of Radical Red #FA2776

Tints of Radical Red #FA2776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 61.43%
G = 9.58%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA2776 (or 0xFA2776) is known color: Radical Red. HEX triplet: FA, 27 and 76. RGB value is (250,39,118). Sum of RGB (Red+Green+Blue) = 250+39+118=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2776 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2776 is #05D889. Grayscale: #6E6E6E. Windows color (decimal): -383114 or 7743482. OLE color: 7743482.

HSL color Cylindrical-coordinate representation of color #FA2776: hue angle of 337.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2776 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 39 118 -
CMYK 0 0.84 0.53 0.02
HSL 337.54º 0.95% 0.57% -
HSV(B) 337.54º 0.84% 0.98% -
XYZ 43.42 23.08 19.31 -
YUV 111.1 131.9 227.08 -
System Red Green Blue C M Y K H S L
Decimal 250 39 118 0 0.84 0.53 0.02 337.54 0.95 0.57
Hex FA 27 76 0 54 35 2 152 5F 39
Octal 372 47 166 0 124 65 2 522 137 71
Binary 11111010 100111 1110110 0 1010100 110101 10 101010010 1011111 111001

Color Harmonies of #FA2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2776

Black with #FA2776

Text Example


Text Example

White with #FA2776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2776; }

 p { color: rgb(250,39,118); }

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

background-color css

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

 a { background-color: rgb(250,39,118); }

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

border-color css

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

 span { border-color: rgb(250,39,118); }

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