Html Css Color HEX #FA4047 Radical Red

📋 copy color: '#FA4047'

red 250 ◦ green 64 ◦ blue 71

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

Shades of Radical Red #FA4047

Tints of Radical Red #FA4047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 64.94%
G = 16.62%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA4047 (or 0xFA4047) is known color: Radical Red. HEX triplet: FA, 40 and 47. RGB value is (250,64,71). Sum of RGB (Red+Green+Blue) = 250+64+71=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4047 is #05BFB8. Grayscale: #787878. Windows color (decimal): -376761 or 4669690. OLE color: 4669690.

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

Color convert

RGB 250 64 71 -
CMYK 0 0.74 0.72 0.02
HSL 357.74º 0.95% 0.62% -
HSV(B) 357.74º 0.74% 0.98% -
XYZ 42.4 24.45 8.45 -
YUV 120.41 100.12 220.43 -
System Red Green Blue C M Y K H S L
Decimal 250 64 71 0 0.74 0.72 0.02 357.74 0.95 0.62
Hex FA 40 47 0 4A 48 2 166 5F 3E
Octal 372 100 107 0 112 110 2 546 137 76
Binary 11111010 1000000 1000111 0 1001010 1001000 10 101100110 1011111 111110

Color Harmonies of #FA4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4047

Black with #FA4047

Text Example


Text Example

White with #FA4047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4047; }

 p { color: rgb(250,64,71); }

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

background-color css

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

 a { background-color: rgb(250,64,71); }

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

border-color css

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

 span { border-color: rgb(250,64,71); }

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