Html Css Color HEX #FA4072 Radical Red

📋 copy color: '#FA4072'

red 250 ◦ green 64 ◦ blue 114

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

Shades of Radical Red #FA4072

Tints of Radical Red #FA4072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 58.41%
G = 14.95%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4072 (or 0xFA4072) is known color: Radical Red. HEX triplet: FA, 40 and 72. RGB value is (250,64,114). Sum of RGB (Red+Green+Blue) = 250+64+114=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4072 is #05BF8D. Grayscale: #7D7D7D. Windows color (decimal): -376718 or 7487738. OLE color: 7487738.

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

Color convert

RGB 250 64 114 -
CMYK 0 0.74 0.54 0.02
HSL 343.87º 0.95% 0.62% -
HSV(B) 343.87º 0.74% 0.98% -
XYZ 44.3 25.21 18.45 -
YUV 125.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 250 64 114 0 0.74 0.54 0.02 343.87 0.95 0.62
Hex FA 40 72 0 4A 36 2 158 5F 3E
Octal 372 100 162 0 112 66 2 530 137 76
Binary 11111010 1000000 1110010 0 1001010 110110 10 101011000 1011111 111110

Color Harmonies of #FA4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4072

Black with #FA4072

Text Example


Text Example

White with #FA4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4072; }

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

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

background-color css

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

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

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

border-color css

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

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

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