Html Css Color HEX #FA375F Radical Red

📋 copy color: '#FA375F'

red 250 ◦ green 55 ◦ blue 95

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

Shades of Radical Red #FA375F

Tints of Radical Red #FA375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 62.5%
G = 13.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA375F (or 0xFA375F) is known color: Radical Red. HEX triplet: FA, 37 and 5F. RGB value is (250,55,95). Sum of RGB (Red+Green+Blue) = 250+55+95=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA375F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA375F is #05C8A0. Grayscale: #757575. Windows color (decimal): -379041 or 6240250. OLE color: 6240250.

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

Color convert

RGB 250 55 95 -
CMYK 0 0.78 0.62 0.02
HSL 347.69º 0.95% 0.6% -
HSV(B) 347.69º 0.78% 0.98% -
XYZ 42.86 23.88 13.18 -
YUV 117.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 250 55 95 0 0.78 0.62 0.02 347.69 0.95 0.6
Hex FA 37 5F 0 4E 3E 2 15C 5F 3C
Octal 372 67 137 0 116 76 2 534 137 74
Binary 11111010 110111 1011111 0 1001110 111110 10 101011100 1011111 111100

Color Harmonies of #FA375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA375F

Black with #FA375F

Text Example


Text Example

White with #FA375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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