Html Css Color HEX #FA3463 Radical Red

📋 copy color: '#FA3463'

red 250 ◦ green 52 ◦ blue 99

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

Shades of Radical Red #FA3463

Tints of Radical Red #FA3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.97%

 BLUE value IS 99 (39.06% from 255) = 24.69%

R = 62.34%
G = 12.97%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA3463 (or 0xFA3463) is known color: Radical Red. HEX triplet: FA, 34 and 63. RGB value is (250,52,99). Sum of RGB (Red+Green+Blue) = 250+52+99=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3463 is #05CB9C. Grayscale: #747474. Windows color (decimal): -379805 or 6501626. OLE color: 6501626.

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

Color convert

RGB 250 52 99 -
CMYK 0 0.79 0.60 0.02
HSL 345.76º 0.95% 0.59% -
HSV(B) 345.76º 0.79% 0.98% -
XYZ 42.9 23.68 14.11 -
YUV 116.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 250 52 99 0 0.79 0.60 0.02 345.76 0.95 0.59
Hex FA 34 63 0 4F 3C 2 15A 5F 3B
Octal 372 64 143 0 117 74 2 532 137 73
Binary 11111010 110100 1100011 0 1001111 111100 10 101011010 1011111 111011

Color Harmonies of #FA3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3463

Black with #FA3463

Text Example


Text Example

White with #FA3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3463; }

 p { color: rgb(250,52,99); }

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

background-color css

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

 a { background-color: rgb(250,52,99); }

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

border-color css

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

 span { border-color: rgb(250,52,99); }

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