Html Css Color HEX #FA2550 Radical Red

📋 copy color: '#FA2550'

red 250 ◦ green 37 ◦ blue 80

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

Shades of Radical Red #FA2550

Tints of Radical Red #FA2550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.08%

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

R = 68.12%
G = 10.08%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA2550 (or 0xFA2550) is known color: Radical Red. HEX triplet: FA, 25 and 50. RGB value is (250,37,80). Sum of RGB (Red+Green+Blue) = 250+37+80=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2550 is #05DAAF. Grayscale: #696969. Windows color (decimal): -383664 or 5252602. OLE color: 5252602.

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

Color convert

RGB 250 37 80 -
CMYK 0 0.85 0.68 0.02
HSL 347.89º 0.96% 0.56% -
HSV(B) 347.89º 0.85% 0.98% -
XYZ 41.53 22.23 9.69 -
YUV 105.59 113.57 231 -
System Red Green Blue C M Y K H S L
Decimal 250 37 80 0 0.85 0.68 0.02 347.89 0.96 0.56
Hex FA 25 50 0 55 44 2 15C 60 38
Octal 372 45 120 0 125 104 2 534 140 70
Binary 11111010 100101 1010000 0 1010101 1000100 10 101011100 1100000 111000

Color Harmonies of #FA2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2550

Black with #FA2550

Text Example


Text Example

White with #FA2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2550; }

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

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

background-color css

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

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

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

border-color css

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

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

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