Html Css Color HEX #FA4864 Radical Red

📋 copy color: '#FA4864'

red 250 ◦ green 72 ◦ blue 100

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

Shades of Radical Red #FA4864

Tints of Radical Red #FA4864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 59.24%
G = 17.06%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA4864 (or 0xFA4864) is known color: Radical Red. HEX triplet: FA, 48 and 64. RGB value is (250,72,100). Sum of RGB (Red+Green+Blue) = 250+72+100=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4864 is #05B79B. Grayscale: #808080. Windows color (decimal): -374684 or 6572282. OLE color: 6572282.

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

Color convert

RGB 250 72 100 -
CMYK 0 0.71 0.6 0.02
HSL 350.56º 0.95% 0.63% -
HSV(B) 350.56º 0.71% 0.98% -
XYZ 44.04 25.88 14.73 -
YUV 128.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 250 72 100 0 0.71 0.6 0.02 350.56 0.95 0.63
Hex FA 48 64 0 47 3C 2 15F 5F 3F
Octal 372 110 144 0 107 74 2 537 137 77
Binary 11111010 1001000 1100100 0 1000111 111100 10 101011111 1011111 111111

Color Harmonies of #FA4864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4864

Black with #FA4864

Text Example


Text Example

White with #FA4864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4864; }

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

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

background-color css

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

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

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

border-color css

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

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

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