Html Css Color HEX #FA3153 Radical Red

📋 copy color: '#FA3153'

red 250 ◦ green 49 ◦ blue 83

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

Shades of Radical Red #FA3153

Tints of Radical Red #FA3153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 65.45%
G = 12.83%
B = 21.73%

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

#FA3153 (or 0xFA3153) is known color: Radical Red. HEX triplet: FA, 31 and 53. RGB value is (250,49,83). Sum of RGB (Red+Green+Blue) = 250+49+83=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3153 is #05CEAC. Grayscale: #717171. Windows color (decimal): -380589 or 5452282. OLE color: 5452282.

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

Color convert

RGB 250 49 83 -
CMYK 0 0.80 0.67 0.02
HSL 349.85º 0.95% 0.59% -
HSV(B) 349.85º 0.8% 0.98% -
XYZ 42.08 23.15 10.43 -
YUV 112.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 250 49 83 0 0.80 0.67 0.02 349.85 0.95 0.59
Hex FA 31 53 0 50 43 2 15E 5F 3B
Octal 372 61 123 0 120 103 2 536 137 73
Binary 11111010 110001 1010011 0 1010000 1000011 10 101011110 1011111 111011

Color Harmonies of #FA3153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3153

Black with #FA3153

Text Example


Text Example

White with #FA3153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3153; }

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

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

background-color css

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

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

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

border-color css

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

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

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