Html Css Color HEX #FA3165 Radical Red

📋 copy color: '#FA3165'

red 250 ◦ green 49 ◦ blue 101

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

Shades of Radical Red #FA3165

Tints of Radical Red #FA3165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 62.5%
G = 12.25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA3165 (or 0xFA3165) is known color: Radical Red. HEX triplet: FA, 31 and 65. RGB value is (250,49,101). Sum of RGB (Red+Green+Blue) = 250+49+101=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3165 is #05CE9A. Grayscale: #737373. Windows color (decimal): -380571 or 6631930. OLE color: 6631930.

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

Color convert

RGB 250 49 101 -
CMYK 0 0.80 0.60 0.02
HSL 344.48º 0.95% 0.59% -
HSV(B) 344.48º 0.8% 0.98% -
XYZ 42.87 23.46 14.58 -
YUV 115.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 250 49 101 0 0.80 0.60 0.02 344.48 0.95 0.59
Hex FA 31 65 0 50 3C 2 158 5F 3B
Octal 372 61 145 0 120 74 2 530 137 73
Binary 11111010 110001 1100101 0 1010000 111100 10 101011000 1011111 111011

Color Harmonies of #FA3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3165

Black with #FA3165

Text Example


Text Example

White with #FA3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3165; }

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

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

background-color css

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

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

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

border-color css

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

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

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