Html Css Color HEX #FA444C Radical Red

📋 copy color: '#FA444C'

red 250 ◦ green 68 ◦ blue 76

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

Shades of Radical Red #FA444C

Tints of Radical Red #FA444C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

 BLUE value IS 76 (30.08% from 255) = 19.29%

R = 63.45%
G = 17.26%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA444C (or 0xFA444C) is known color: Radical Red. HEX triplet: FA, 44 and 4C. RGB value is (250,68,76). Sum of RGB (Red+Green+Blue) = 250+68+76=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA444C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA444C is #05BBB3. Grayscale: #7B7B7B. Windows color (decimal): -375732 or 4998394. OLE color: 4998394.

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

Color convert

RGB 250 68 76 -
CMYK 0 0.73 0.70 0.02
HSL 357.36º 0.95% 0.62% -
HSV(B) 357.36º 0.73% 0.98% -
XYZ 42.8 24.98 9.4 -
YUV 123.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 250 68 76 0 0.73 0.70 0.02 357.36 0.95 0.62
Hex FA 44 4C 0 49 46 2 165 5F 3E
Octal 372 104 114 0 111 106 2 545 137 76
Binary 11111010 1000100 1001100 0 1001001 1000110 10 101100101 1011111 111110

Color Harmonies of #FA444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA444C

Black with #FA444C

Text Example


Text Example

White with #FA444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA444C; }

 p { color: rgb(250,68,76); }

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

background-color css

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

 a { background-color: rgb(250,68,76); }

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

border-color css

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

 span { border-color: rgb(250,68,76); }

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