Html Css Color HEX #FA314B Radical Red

📋 copy color: '#FA314B'

red 250 ◦ green 49 ◦ blue 75

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

Shades of Radical Red #FA314B

Tints of Radical Red #FA314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.05%

R = 66.84%
G = 13.1%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA314B (or 0xFA314B) is known color: Radical Red. HEX triplet: FA, 31 and 4B. RGB value is (250,49,75). Sum of RGB (Red+Green+Blue) = 250+49+75=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA314B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA314B is #05CEB4. Grayscale: #707070. Windows color (decimal): -380597 or 4927994. OLE color: 4927994.

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

Color convert

RGB 250 49 75 -
CMYK 0 0.80 0.7 0.02
HSL 352.24º 0.95% 0.59% -
HSV(B) 352.24º 0.8% 0.98% -
XYZ 41.79 23.03 8.9 -
YUV 112.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 250 49 75 0 0.80 0.7 0.02 352.24 0.95 0.59
Hex FA 31 4B 0 50 46 2 160 5F 3B
Octal 372 61 113 0 120 106 2 540 137 73
Binary 11111010 110001 1001011 0 1010000 1000110 10 101100000 1011111 111011

Color Harmonies of #FA314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA314B

Black with #FA314B

Text Example


Text Example

White with #FA314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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