Html Css Color HEX #FA3152 Radical Red

📋 copy color: '#FA3152'

red 250 ◦ green 49 ◦ blue 82

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

Shades of Radical Red #FA3152

Tints of Radical Red #FA3152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 65.62%
G = 12.86%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA3152 (or 0xFA3152) is known color: Radical Red. HEX triplet: FA, 31 and 52. RGB value is (250,49,82). Sum of RGB (Red+Green+Blue) = 250+49+82=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3152 is #05CEAD. Grayscale: #707070. Windows color (decimal): -380590 or 5386746. OLE color: 5386746.

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

Color convert

RGB 250 49 82 -
CMYK 0 0.80 0.67 0.02
HSL 350.15º 0.95% 0.59% -
HSV(B) 350.15º 0.8% 0.98% -
XYZ 42.05 23.13 10.23 -
YUV 112.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 250 49 82 0 0.80 0.67 0.02 350.15 0.95 0.59
Hex FA 31 52 0 50 43 2 15E 5F 3B
Octal 372 61 122 0 120 103 2 536 137 73
Binary 11111010 110001 1010010 0 1010000 1000011 10 101011110 1011111 111011

Color Harmonies of #FA3152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3152

Black with #FA3152

Text Example


Text Example

White with #FA3152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3152; }

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

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

background-color css

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

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

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

border-color css

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

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

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