Html Css Color HEX #FA375A Radical Red

📋 copy color: '#FA375A'

red 250 ◦ green 55 ◦ blue 90

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

Shades of Radical Red #FA375A

Tints of Radical Red #FA375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.78%

R = 63.29%
G = 13.92%
B = 22.78%

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

#FA375A (or 0xFA375A) is known color: Radical Red. HEX triplet: FA, 37 and 5A. RGB value is (250,55,90). Sum of RGB (Red+Green+Blue) = 250+55+90=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA375A is #05C8A5. Grayscale: #757575. Windows color (decimal): -379046 or 5912570. OLE color: 5912570.

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

Color convert

RGB 250 55 90 -
CMYK 0 0.78 0.64 0.02
HSL 349.23º 0.95% 0.6% -
HSV(B) 349.23º 0.78% 0.98% -
XYZ 42.64 23.79 12.02 -
YUV 117.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 250 55 90 0 0.78 0.64 0.02 349.23 0.95 0.6
Hex FA 37 5A 0 4E 40 2 15D 5F 3C
Octal 372 67 132 0 116 100 2 535 137 74
Binary 11111010 110111 1011010 0 1001110 1000000 10 101011101 1011111 111100

Color Harmonies of #FA375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA375A

Black with #FA375A

Text Example


Text Example

White with #FA375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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