Html Css Color HEX #FA4470 Radical Red

📋 copy color: '#FA4470'

red 250 ◦ green 68 ◦ blue 112

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

Shades of Radical Red #FA4470

Tints of Radical Red #FA4470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 58.14%
G = 15.81%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA4470 (or 0xFA4470) is known color: Radical Red. HEX triplet: FA, 44 and 70. RGB value is (250,68,112). Sum of RGB (Red+Green+Blue) = 250+68+112=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4470 is #05BB8F. Grayscale: #7F7F7F. Windows color (decimal): -375696 or 7357690. OLE color: 7357690.

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

Color convert

RGB 250 68 112 -
CMYK 0 0.73 0.55 0.02
HSL 345.49º 0.95% 0.62% -
HSV(B) 345.49º 0.73% 0.98% -
XYZ 44.42 25.63 17.93 -
YUV 127.43 119.3 215.42 -
System Red Green Blue C M Y K H S L
Decimal 250 68 112 0 0.73 0.55 0.02 345.49 0.95 0.62
Hex FA 44 70 0 49 37 2 159 5F 3E
Octal 372 104 160 0 111 67 2 531 137 76
Binary 11111010 1000100 1110000 0 1001001 110111 10 101011001 1011111 111110

Color Harmonies of #FA4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4470

Black with #FA4470

Text Example


Text Example

White with #FA4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4470; }

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

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

background-color css

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

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

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

border-color css

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

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

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