Html Css Color HEX #FA375B Radical Red

📋 copy color: '#FA375B'

red 250 ◦ green 55 ◦ blue 91

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

Shades of Radical Red #FA375B

Tints of Radical Red #FA375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 63.13%
G = 13.89%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA375B (or 0xFA375B) is known color: Radical Red. HEX triplet: FA, 37 and 5B. RGB value is (250,55,91). Sum of RGB (Red+Green+Blue) = 250+55+91=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA375B is #05C8A4. Grayscale: #757575. Windows color (decimal): -379045 or 5978106. OLE color: 5978106.

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

Color convert

RGB 250 55 91 -
CMYK 0 0.78 0.64 0.02
HSL 348.92º 0.95% 0.6% -
HSV(B) 348.92º 0.78% 0.98% -
XYZ 42.68 23.81 12.24 -
YUV 117.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 250 55 91 0 0.78 0.64 0.02 348.92 0.95 0.6
Hex FA 37 5B 0 4E 40 2 15D 5F 3C
Octal 372 67 133 0 116 100 2 535 137 74
Binary 11111010 110111 1011011 0 1001110 1000000 10 101011101 1011111 111100

Color Harmonies of #FA375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA375B

Black with #FA375B

Text Example


Text Example

White with #FA375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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