Html Css Color HEX #FA3A6A Radical Red

📋 copy color: '#FA3A6A'

red 250 ◦ green 58 ◦ blue 106

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

Shades of Radical Red #FA3A6A

Tints of Radical Red #FA3A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.01%

 BLUE value IS 106 (41.8% from 255) = 25.6%

R = 60.39%
G = 14.01%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA3A6A (or 0xFA3A6A) is known color: Radical Red. HEX triplet: FA, 3A and 6A. RGB value is (250,58,106). Sum of RGB (Red+Green+Blue) = 250+58+106=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A6A is #05C595. Grayscale: #787878. Windows color (decimal): -378262 or 6961914. OLE color: 6961914.

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

Color convert

RGB 250 58 106 -
CMYK 0 0.77 0.58 0.02
HSL 345º 0.95% 0.6% -
HSV(B) 345º 0.77% 0.98% -
XYZ 43.54 24.39 16.05 -
YUV 120.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 250 58 106 0 0.77 0.58 0.02 345 0.95 0.6
Hex FA 3A 6A 0 4D 3A 2 159 5F 3C
Octal 372 72 152 0 115 72 2 531 137 74
Binary 11111010 111010 1101010 0 1001101 111010 10 101011001 1011111 111100

Color Harmonies of #FA3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A6A

Black with #FA3A6A

Text Example


Text Example

White with #FA3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A6A; }

 p { color: rgb(250,58,106); }

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

background-color css

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

 a { background-color: rgb(250,58,106); }

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

border-color css

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

 span { border-color: rgb(250,58,106); }

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