Html Css Color HEX #FA2A5A Radical Red

📋 copy color: '#FA2A5A'

red 250 ◦ green 42 ◦ blue 90

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

Shades of Radical Red #FA2A5A

Tints of Radical Red #FA2A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 65.45%
G = 10.99%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA2A5A (or 0xFA2A5A) is known color: Radical Red. HEX triplet: FA, 2A and 5A. RGB value is (250,42,90). Sum of RGB (Red+Green+Blue) = 250+42+90=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2A5A is #05D5A5. Grayscale: #6D6D6D. Windows color (decimal): -382374 or 5909242. OLE color: 5909242.

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

Color convert

RGB 250 42 90 -
CMYK 0 0.83 0.64 0.02
HSL 346.15º 0.95% 0.57% -
HSV(B) 346.15º 0.83% 0.98% -
XYZ 42.1 22.72 11.84 -
YUV 109.66 116.91 228.1 -
System Red Green Blue C M Y K H S L
Decimal 250 42 90 0 0.83 0.64 0.02 346.15 0.95 0.57
Hex FA 2A 5A 0 53 40 2 15A 5F 39
Octal 372 52 132 0 123 100 2 532 137 71
Binary 11111010 101010 1011010 0 1010011 1000000 10 101011010 1011111 111001

Color Harmonies of #FA2A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A5A

Black with #FA2A5A

Text Example


Text Example

White with #FA2A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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