Html Css Color HEX #FA375D Radical Red

📋 copy color: '#FA375D'

red 250 ◦ green 55 ◦ blue 93

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

Shades of Radical Red #FA375D

Tints of Radical Red #FA375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

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

R = 62.81%
G = 13.82%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA375D (or 0xFA375D) is known color: Radical Red. HEX triplet: FA, 37 and 5D. RGB value is (250,55,93). Sum of RGB (Red+Green+Blue) = 250+55+93=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA375D is #05C8A2. Grayscale: #757575. Windows color (decimal): -379043 or 6109178. OLE color: 6109178.

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

Color convert

RGB 250 55 93 -
CMYK 0 0.78 0.63 0.02
HSL 348.31º 0.95% 0.6% -
HSV(B) 348.31º 0.78% 0.98% -
XYZ 42.77 23.85 12.7 -
YUV 117.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 250 55 93 0 0.78 0.63 0.02 348.31 0.95 0.6
Hex FA 37 5D 0 4E 3F 2 15C 5F 3C
Octal 372 67 135 0 116 77 2 534 137 74
Binary 11111010 110111 1011101 0 1001110 111111 10 101011100 1011111 111100

Color Harmonies of #FA375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA375D

Black with #FA375D

Text Example


Text Example

White with #FA375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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