Html Css Color HEX #FA366A Radical Red

📋 copy color: '#FA366A'

red 250 ◦ green 54 ◦ blue 106

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

Shades of Radical Red #FA366A

Tints of Radical Red #FA366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.17%

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

R = 60.98%
G = 13.17%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA366A (or 0xFA366A) is known color: Radical Red. HEX triplet: FA, 36 and 6A. RGB value is (250,54,106). Sum of RGB (Red+Green+Blue) = 250+54+106=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA366A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA366A is #05C995. Grayscale: #767676. Windows color (decimal): -379286 or 6960890. OLE color: 6960890.

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

Color convert

RGB 250 54 106 -
CMYK 0 0.78 0.58 0.02
HSL 344.08º 0.95% 0.6% -
HSV(B) 344.08º 0.78% 0.98% -
XYZ 43.35 24 15.98 -
YUV 118.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 250 54 106 0 0.78 0.58 0.02 344.08 0.95 0.6
Hex FA 36 6A 0 4E 3A 2 158 5F 3C
Octal 372 66 152 0 116 72 2 530 137 74
Binary 11111010 110110 1101010 0 1001110 111010 10 101011000 1011111 111100

Color Harmonies of #FA366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA366A

Black with #FA366A

Text Example


Text Example

White with #FA366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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