Html Css Color HEX #FA1E5A Radical Red

📋 copy color: '#FA1E5A'

red 250 ◦ green 30 ◦ blue 90

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

Shades of Radical Red #FA1E5A

Tints of Radical Red #FA1E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

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

R = 67.57%
G = 8.11%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA1E5A (or 0xFA1E5A) is known color: Radical Red. HEX triplet: FA, 1E and 5A. RGB value is (250,30,90). Sum of RGB (Red+Green+Blue) = 250+30+90=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1E5A is #05E1A5. Grayscale: #666666. Windows color (decimal): -385446 or 5906170. OLE color: 5906170.

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

Color convert

RGB 250 30 90 -
CMYK 0 0.88 0.64 0.02
HSL 343.64º 0.96% 0.55% -
HSV(B) 343.64º 0.88% 0.98% -
XYZ 41.73 21.99 11.72 -
YUV 102.62 120.89 233.12 -
System Red Green Blue C M Y K H S L
Decimal 250 30 90 0 0.88 0.64 0.02 343.64 0.96 0.55
Hex FA 1E 5A 0 58 40 2 158 60 37
Octal 372 36 132 0 130 100 2 530 140 67
Binary 11111010 11110 1011010 0 1011000 1000000 10 101011000 1100000 110111

Color Harmonies of #FA1E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E5A

Black with #FA1E5A

Text Example


Text Example

White with #FA1E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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