Html Css Color HEX #FA2464 Radical Red

📋 copy color: '#FA2464'

red 250 ◦ green 36 ◦ blue 100

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

Shades of Radical Red #FA2464

Tints of Radical Red #FA2464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 64.77%
G = 9.33%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA2464 (or 0xFA2464) is known color: Radical Red. HEX triplet: FA, 24 and 64. RGB value is (250,36,100). Sum of RGB (Red+Green+Blue) = 250+36+100=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2464 is #05DB9B. Grayscale: #6B6B6B. Windows color (decimal): -383900 or 6563066. OLE color: 6563066.

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

Color convert

RGB 250 36 100 -
CMYK 0 0.86 0.6 0.02
HSL 342.06º 0.96% 0.56% -
HSV(B) 342.06º 0.86% 0.98% -
XYZ 42.36 22.51 14.17 -
YUV 107.28 123.9 229.8 -
System Red Green Blue C M Y K H S L
Decimal 250 36 100 0 0.86 0.6 0.02 342.06 0.96 0.56
Hex FA 24 64 0 56 3C 2 156 60 38
Octal 372 44 144 0 126 74 2 526 140 70
Binary 11111010 100100 1100100 0 1010110 111100 10 101010110 1100000 111000

Color Harmonies of #FA2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2464

Black with #FA2464

Text Example


Text Example

White with #FA2464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2464; }

 p { color: rgb(250,36,100); }

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

background-color css

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

 a { background-color: rgb(250,36,100); }

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

border-color css

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

 span { border-color: rgb(250,36,100); }

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