Html Css Color HEX #FA2364 Radical Red

📋 copy color: '#FA2364'

red 250 ◦ green 35 ◦ blue 100

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

Shades of Radical Red #FA2364

Tints of Radical Red #FA2364

RGB

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

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

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

R = 64.94%
G = 9.09%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA2364 (or 0xFA2364) is known color: Radical Red. HEX triplet: FA, 23 and 64. RGB value is (250,35,100). Sum of RGB (Red+Green+Blue) = 250+35+100=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2364 is #05DC9B. Grayscale: #6A6A6A. Windows color (decimal): -384156 or 6562810. OLE color: 6562810.

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

Color convert

RGB 250 35 100 -
CMYK 0 0.86 0.6 0.02
HSL 341.86º 0.96% 0.56% -
HSV(B) 341.86º 0.86% 0.98% -
XYZ 42.33 22.45 14.16 -
YUV 106.7 124.23 230.21 -
System Red Green Blue C M Y K H S L
Decimal 250 35 100 0 0.86 0.6 0.02 341.86 0.96 0.56
Hex FA 23 64 0 56 3C 2 156 60 38
Octal 372 43 144 0 126 74 2 526 140 70
Binary 11111010 100011 1100100 0 1010110 111100 10 101010110 1100000 111000

Color Harmonies of #FA2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2364

Black with #FA2364

Text Example


Text Example

White with #FA2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2364; }

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

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

background-color css

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

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

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

border-color css

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

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

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