Html Css Color HEX #FA2363 Radical Red

📋 copy color: '#FA2363'

red 250 ◦ green 35 ◦ blue 99

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

Shades of Radical Red #FA2363

Tints of Radical Red #FA2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.11%

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

R = 65.1%
G = 9.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA2363 (or 0xFA2363) is known color: Radical Red. HEX triplet: FA, 23 and 63. RGB value is (250,35,99). Sum of RGB (Red+Green+Blue) = 250+35+99=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2363 is #05DC9C. Grayscale: #6A6A6A. Windows color (decimal): -384157 or 6497274. OLE color: 6497274.

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

Color convert

RGB 250 35 99 -
CMYK 0 0.86 0.60 0.02
HSL 342.14º 0.96% 0.56% -
HSV(B) 342.14º 0.86% 0.98% -
XYZ 42.28 22.43 13.9 -
YUV 106.58 123.73 230.3 -
System Red Green Blue C M Y K H S L
Decimal 250 35 99 0 0.86 0.60 0.02 342.14 0.96 0.56
Hex FA 23 63 0 56 3C 2 156 60 38
Octal 372 43 143 0 126 74 2 526 140 70
Binary 11111010 100011 1100011 0 1010110 111100 10 101010110 1100000 111000

Color Harmonies of #FA2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2363

Black with #FA2363

Text Example


Text Example

White with #FA2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2363; }

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

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

background-color css

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

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

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

border-color css

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

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

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