Html Css Color HEX #FA2A64 Radical Red

📋 copy color: '#FA2A64'

red 250 ◦ green 42 ◦ blue 100

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

Shades of Radical Red #FA2A64

Tints of Radical Red #FA2A64

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.71%

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

R = 63.78%
G = 10.71%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA2A64 (or 0xFA2A64) is known color: Radical Red. HEX triplet: FA, 2A and 64. RGB value is (250,42,100). Sum of RGB (Red+Green+Blue) = 250+42+100=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2A64 is #05D59B. Grayscale: #6E6E6E. Windows color (decimal): -382364 or 6564602. OLE color: 6564602.

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

Color convert

RGB 250 42 100 -
CMYK 0 0.83 0.6 0.02
HSL 343.27º 0.95% 0.57% -
HSV(B) 343.27º 0.83% 0.98% -
XYZ 42.55 22.9 14.23 -
YUV 110.8 121.91 227.28 -
System Red Green Blue C M Y K H S L
Decimal 250 42 100 0 0.83 0.6 0.02 343.27 0.95 0.57
Hex FA 2A 64 0 53 3C 2 157 5F 39
Octal 372 52 144 0 123 74 2 527 137 71
Binary 11111010 101010 1100100 0 1010011 111100 10 101010111 1011111 111001

Color Harmonies of #FA2A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A64

Black with #FA2A64

Text Example


Text Example

White with #FA2A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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