Html Css Color HEX #FA316F Radical Red

📋 copy color: '#FA316F'

red 250 ◦ green 49 ◦ blue 111

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

Shades of Radical Red #FA316F

Tints of Radical Red #FA316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.95%

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 60.98%
G = 11.95%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA316F (or 0xFA316F) is known color: Radical Red. HEX triplet: FA, 31 and 6F. RGB value is (250,49,111). Sum of RGB (Red+Green+Blue) = 250+49+111=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA316F is #05CE90. Grayscale: #747474. Windows color (decimal): -380561 or 7287290. OLE color: 7287290.

HSL color Cylindrical-coordinate representation of color #FA316F: hue angle of 341.49º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA316F is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 49 111 -
CMYK 0 0.80 0.56 0.02
HSL 341.49º 0.95% 0.59% -
HSV(B) 341.49º 0.8% 0.98% -
XYZ 43.39 23.67 17.32 -
YUV 116.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 250 49 111 0 0.80 0.56 0.02 341.49 0.95 0.59
Hex FA 31 6F 0 50 38 2 155 5F 3B
Octal 372 61 157 0 120 70 2 525 137 73
Binary 11111010 110001 1101111 0 1010000 111000 10 101010101 1011111 111011

Color Harmonies of #FA316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA316F

Black with #FA316F

Text Example


Text Example

White with #FA316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA316F; }

 p { color: rgb(250,49,111); }

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

background-color css

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

 a { background-color: rgb(250,49,111); }

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

border-color css

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

 span { border-color: rgb(250,49,111); }

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