Html Css Color HEX #FA2976 Radical Red

📋 copy color: '#FA2976'

red 250 ◦ green 41 ◦ blue 118

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

Shades of Radical Red #FA2976

Tints of Radical Red #FA2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

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

R = 61.12%
G = 10.02%
B = 28.85%

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

#FA2976 (or 0xFA2976) is known color: Radical Red. HEX triplet: FA, 29 and 76. RGB value is (250,41,118). Sum of RGB (Red+Green+Blue) = 250+41+118=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2976 is #05D689. Grayscale: #707070. Windows color (decimal): -382602 or 7743994. OLE color: 7743994.

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

Color convert

RGB 250 41 118 -
CMYK 0 0.84 0.53 0.02
HSL 337.89º 0.95% 0.57% -
HSV(B) 337.89º 0.84% 0.98% -
XYZ 43.49 23.22 19.33 -
YUV 112.27 131.24 226.24 -
System Red Green Blue C M Y K H S L
Decimal 250 41 118 0 0.84 0.53 0.02 337.89 0.95 0.57
Hex FA 29 76 0 54 35 2 152 5F 39
Octal 372 51 166 0 124 65 2 522 137 71
Binary 11111010 101001 1110110 0 1010100 110101 10 101010010 1011111 111001

Color Harmonies of #FA2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2976

Black with #FA2976

Text Example


Text Example

White with #FA2976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2976; }

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

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

background-color css

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

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

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

border-color css

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

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

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