Html Css Color HEX #FA2E50 Radical Red

📋 copy color: '#FA2E50'

red 250 ◦ green 46 ◦ blue 80

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

Shades of Radical Red #FA2E50

Tints of Radical Red #FA2E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.23%

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 66.49%
G = 12.23%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA2E50 (or 0xFA2E50) is known color: Radical Red. HEX triplet: FA, 2E and 50. RGB value is (250,46,80). Sum of RGB (Red+Green+Blue) = 250+46+80=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2E50 is #05D1AF. Grayscale: #6E6E6E. Windows color (decimal): -381360 or 5254906. OLE color: 5254906.

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

Color convert

RGB 250 46 80 -
CMYK 0 0.82 0.68 0.02
HSL 350º 0.95% 0.58% -
HSV(B) 350º 0.82% 0.98% -
XYZ 41.85 22.86 9.8 -
YUV 110.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 250 46 80 0 0.82 0.68 0.02 350 0.95 0.58
Hex FA 2E 50 0 52 44 2 15E 5F 3A
Octal 372 56 120 0 122 104 2 536 137 72
Binary 11111010 101110 1010000 0 1010010 1000100 10 101011110 1011111 111010

Color Harmonies of #FA2E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E50

Black with #FA2E50

Text Example


Text Example

White with #FA2E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E50; }

 p { color: rgb(250,46,80); }

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

background-color css

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

 a { background-color: rgb(250,46,80); }

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

border-color css

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

 span { border-color: rgb(250,46,80); }

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