Html Css Color HEX #FA4464 Radical Red

📋 copy color: '#FA4464'

red 250 ◦ green 68 ◦ blue 100

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

Shades of Radical Red #FA4464

Tints of Radical Red #FA4464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 59.81%
G = 16.27%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA4464 (or 0xFA4464) is known color: Radical Red. HEX triplet: FA, 44 and 64. RGB value is (250,68,100). Sum of RGB (Red+Green+Blue) = 250+68+100=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4464 is #05BB9B. Grayscale: #7E7E7E. Windows color (decimal): -375708 or 6571258. OLE color: 6571258.

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

Color convert

RGB 250 68 100 -
CMYK 0 0.73 0.6 0.02
HSL 349.45º 0.95% 0.62% -
HSV(B) 349.45º 0.73% 0.98% -
XYZ 43.79 25.38 14.65 -
YUV 126.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 250 68 100 0 0.73 0.6 0.02 349.45 0.95 0.62
Hex FA 44 64 0 49 3C 2 15D 5F 3E
Octal 372 104 144 0 111 74 2 535 137 76
Binary 11111010 1000100 1100100 0 1001001 111100 10 101011101 1011111 111110

Color Harmonies of #FA4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4464

Black with #FA4464

Text Example


Text Example

White with #FA4464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4464; }

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

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

background-color css

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

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

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

border-color css

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

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

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