Html Css Color HEX #FA345D Radical Red

📋 copy color: '#FA345D'

red 250 ◦ green 52 ◦ blue 93

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

Shades of Radical Red #FA345D

Tints of Radical Red #FA345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 63.29%
G = 13.16%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA345D (or 0xFA345D) is known color: Radical Red. HEX triplet: FA, 34 and 5D. RGB value is (250,52,93). Sum of RGB (Red+Green+Blue) = 250+52+93=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA345D is #05CBA2. Grayscale: #737373. Windows color (decimal): -379811 or 6108410. OLE color: 6108410.

HSL color Cylindrical-coordinate representation of color #FA345D: hue angle of 347.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA345D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 52 93 -
CMYK 0 0.79 0.63 0.02
HSL 347.58º 0.95% 0.59% -
HSV(B) 347.58º 0.79% 0.98% -
XYZ 42.63 23.57 12.66 -
YUV 115.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 250 52 93 0 0.79 0.63 0.02 347.58 0.95 0.59
Hex FA 34 5D 0 4F 3F 2 15C 5F 3B
Octal 372 64 135 0 117 77 2 534 137 73
Binary 11111010 110100 1011101 0 1001111 111111 10 101011100 1011111 111011

Color Harmonies of #FA345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA345D

Black with #FA345D

Text Example


Text Example

White with #FA345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA345D; }

 p { color: rgb(250,52,93); }

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

background-color css

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

 a { background-color: rgb(250,52,93); }

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

border-color css

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

 span { border-color: rgb(250,52,93); }

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