Html Css Color HEX #FA376F Radical Red

📋 copy color: '#FA376F'

red 250 ◦ green 55 ◦ blue 111

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

Shades of Radical Red #FA376F

Tints of Radical Red #FA376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 60.1%
G = 13.22%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA376F (or 0xFA376F) is known color: Radical Red. HEX triplet: FA, 37 and 6F. RGB value is (250,55,111). Sum of RGB (Red+Green+Blue) = 250+55+111=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA376F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA376F is #05C890. Grayscale: #777777. Windows color (decimal): -379025 or 7288826. OLE color: 7288826.

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

Color convert

RGB 250 55 111 -
CMYK 0 0.78 0.56 0.02
HSL 342.77º 0.95% 0.6% -
HSV(B) 342.77º 0.78% 0.98% -
XYZ 43.66 24.2 17.41 -
YUV 119.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 250 55 111 0 0.78 0.56 0.02 342.77 0.95 0.6
Hex FA 37 6F 0 4E 38 2 157 5F 3C
Octal 372 67 157 0 116 70 2 527 137 74
Binary 11111010 110111 1101111 0 1001110 111000 10 101010111 1011111 111100

Color Harmonies of #FA376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA376F

Black with #FA376F

Text Example


Text Example

White with #FA376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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