Html Css Color HEX #FA3162 Radical Red

📋 copy color: '#FA3162'

red 250 ◦ green 49 ◦ blue 98

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

Shades of Radical Red #FA3162

Tints of Radical Red #FA3162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.69%

R = 62.97%
G = 12.34%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA3162 (or 0xFA3162) is known color: Radical Red. HEX triplet: FA, 31 and 62. RGB value is (250,49,98). Sum of RGB (Red+Green+Blue) = 250+49+98=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3162 is #05CE9D. Grayscale: #727272. Windows color (decimal): -380574 or 6435322. OLE color: 6435322.

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

Color convert

RGB 250 49 98 -
CMYK 0 0.80 0.61 0.02
HSL 345.37º 0.95% 0.59% -
HSV(B) 345.37º 0.8% 0.98% -
XYZ 42.73 23.4 13.82 -
YUV 114.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 250 49 98 0 0.80 0.61 0.02 345.37 0.95 0.59
Hex FA 31 62 0 50 3D 2 159 5F 3B
Octal 372 61 142 0 120 75 2 531 137 73
Binary 11111010 110001 1100010 0 1010000 111101 10 101011001 1011111 111011

Color Harmonies of #FA3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3162

Black with #FA3162

Text Example


Text Example

White with #FA3162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3162; }

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

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

background-color css

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

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

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

border-color css

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

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

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