Html Css Color HEX #FA3863 Radical Red

📋 copy color: '#FA3863'

red 250 ◦ green 56 ◦ blue 99

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

Shades of Radical Red #FA3863

Tints of Radical Red #FA3863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.83%

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

R = 61.73%
G = 13.83%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA3863 (or 0xFA3863) is known color: Radical Red. HEX triplet: FA, 38 and 63. RGB value is (250,56,99). Sum of RGB (Red+Green+Blue) = 250+56+99=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3863 is #05C79C. Grayscale: #767676. Windows color (decimal): -378781 or 6502650. OLE color: 6502650.

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

Color convert

RGB 250 56 99 -
CMYK 0 0.78 0.60 0.02
HSL 346.7º 0.95% 0.6% -
HSV(B) 346.7º 0.78% 0.98% -
XYZ 43.09 24.05 14.18 -
YUV 118.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 250 56 99 0 0.78 0.60 0.02 346.7 0.95 0.6
Hex FA 38 63 0 4E 3C 2 15B 5F 3C
Octal 372 70 143 0 116 74 2 533 137 74
Binary 11111010 111000 1100011 0 1001110 111100 10 101011011 1011111 111100

Color Harmonies of #FA3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3863

Black with #FA3863

Text Example


Text Example

White with #FA3863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3863; }

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

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

background-color css

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

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

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

border-color css

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

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

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