Html Css Color HEX #FA2863 Radical Red

📋 copy color: '#FA2863'

red 250 ◦ green 40 ◦ blue 99

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

Shades of Radical Red #FA2863

Tints of Radical Red #FA2863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.28%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 64.27%
G = 10.28%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA2863 (or 0xFA2863) is known color: Radical Red. HEX triplet: FA, 28 and 63. RGB value is (250,40,99). Sum of RGB (Red+Green+Blue) = 250+40+99=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2863 is #05D79C. Grayscale: #6D6D6D. Windows color (decimal): -382877 or 6498554. OLE color: 6498554.

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

Color convert

RGB 250 40 99 -
CMYK 0 0.84 0.60 0.02
HSL 343.14º 0.95% 0.57% -
HSV(B) 343.14º 0.84% 0.98% -
XYZ 42.44 22.74 13.96 -
YUV 109.52 122.07 228.2 -
System Red Green Blue C M Y K H S L
Decimal 250 40 99 0 0.84 0.60 0.02 343.14 0.95 0.57
Hex FA 28 63 0 54 3C 2 157 5F 39
Octal 372 50 143 0 124 74 2 527 137 71
Binary 11111010 101000 1100011 0 1010100 111100 10 101010111 1011111 111001

Color Harmonies of #FA2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2863

Black with #FA2863

Text Example


Text Example

White with #FA2863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2863; }

 p { color: rgb(250,40,99); }

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

background-color css

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

 a { background-color: rgb(250,40,99); }

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

border-color css

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

 span { border-color: rgb(250,40,99); }

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