Html Css Color HEX #FA2561 Radical Red

📋 copy color: '#FA2561'

red 250 ◦ green 37 ◦ blue 97

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

Shades of Radical Red #FA2561

Tints of Radical Red #FA2561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.26%

R = 65.1%
G = 9.64%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA2561 (or 0xFA2561) is known color: Radical Red. HEX triplet: FA, 25 and 61. RGB value is (250,37,97). Sum of RGB (Red+Green+Blue) = 250+37+97=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2561 is #05DA9E. Grayscale: #6B6B6B. Windows color (decimal): -383647 or 6366714. OLE color: 6366714.

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

Color convert

RGB 250 37 97 -
CMYK 0 0.85 0.61 0.02
HSL 343.1º 0.96% 0.56% -
HSV(B) 343.1º 0.85% 0.98% -
XYZ 42.24 22.51 13.43 -
YUV 107.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 250 37 97 0 0.85 0.61 0.02 343.1 0.96 0.56
Hex FA 25 61 0 55 3D 2 157 60 38
Octal 372 45 141 0 125 75 2 527 140 70
Binary 11111010 100101 1100001 0 1010101 111101 10 101010111 1100000 111000

Color Harmonies of #FA2561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2561

Black with #FA2561

Text Example


Text Example

White with #FA2561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2561; }

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

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

background-color css

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

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

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

border-color css

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

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

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