Html Css Color HEX #FA4264 Radical Red

📋 copy color: '#FA4264'

red 250 ◦ green 66 ◦ blue 100

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

Shades of Radical Red #FA4264

Tints of Radical Red #FA4264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

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

R = 60.1%
G = 15.87%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA4264 (or 0xFA4264) is known color: Radical Red. HEX triplet: FA, 42 and 64. RGB value is (250,66,100). Sum of RGB (Red+Green+Blue) = 250+66+100=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4264 is #05BD9B. Grayscale: #7C7C7C. Windows color (decimal): -376220 or 6570746. OLE color: 6570746.

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

Color convert

RGB 250 66 100 -
CMYK 0 0.74 0.6 0.02
HSL 348.91º 0.95% 0.62% -
HSV(B) 348.91º 0.74% 0.98% -
XYZ 43.67 25.14 14.61 -
YUV 124.89 113.96 217.24 -
System Red Green Blue C M Y K H S L
Decimal 250 66 100 0 0.74 0.6 0.02 348.91 0.95 0.62
Hex FA 42 64 0 4A 3C 2 15D 5F 3E
Octal 372 102 144 0 112 74 2 535 137 76
Binary 11111010 1000010 1100100 0 1001010 111100 10 101011101 1011111 111110

Color Harmonies of #FA4264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4264

Black with #FA4264

Text Example


Text Example

White with #FA4264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4264; }

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

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

background-color css

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

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

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

border-color css

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

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

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