Html Css Color HEX #FA2562 Radical Red

📋 copy color: '#FA2562'

red 250 ◦ green 37 ◦ blue 98

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

Shades of Radical Red #FA2562

Tints of Radical Red #FA2562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.45%

R = 64.94%
G = 9.61%
B = 25.45%

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

#FA2562 (or 0xFA2562) is known color: Radical Red. HEX triplet: FA, 25 and 62. RGB value is (250,37,98). Sum of RGB (Red+Green+Blue) = 250+37+98=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2562 is #05DA9D. Grayscale: #6B6B6B. Windows color (decimal): -383646 or 6432250. OLE color: 6432250.

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

Color convert

RGB 250 37 98 -
CMYK 0 0.85 0.61 0.02
HSL 342.82º 0.96% 0.56% -
HSV(B) 342.82º 0.85% 0.98% -
XYZ 42.29 22.53 13.67 -
YUV 107.64 122.57 229.54 -
System Red Green Blue C M Y K H S L
Decimal 250 37 98 0 0.85 0.61 0.02 342.82 0.96 0.56
Hex FA 25 62 0 55 3D 2 157 60 38
Octal 372 45 142 0 125 75 2 527 140 70
Binary 11111010 100101 1100010 0 1010101 111101 10 101010111 1100000 111000

Color Harmonies of #FA2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2562

Black with #FA2562

Text Example


Text Example

White with #FA2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2562; }

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

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

background-color css

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

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

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

border-color css

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

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

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