Html Css Color HEX #FA3259 Radical Red

📋 copy color: '#FA3259'

red 250 ◦ green 50 ◦ blue 89

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

Shades of Radical Red #FA3259

Tints of Radical Red #FA3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.85%

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 64.27%
G = 12.85%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA3259 (or 0xFA3259) is known color: Radical Red. HEX triplet: FA, 32 and 59. RGB value is (250,50,89). Sum of RGB (Red+Green+Blue) = 250+50+89=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3259 is #05CDA6. Grayscale: #727272. Windows color (decimal): -380327 or 5845754. OLE color: 5845754.

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

Color convert

RGB 250 50 89 -
CMYK 0 0.8 0.64 0.02
HSL 348.3º 0.95% 0.59% -
HSV(B) 348.3º 0.8% 0.98% -
XYZ 42.37 23.33 11.72 -
YUV 114.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 250 50 89 0 0.8 0.64 0.02 348.3 0.95 0.59
Hex FA 32 59 0 50 40 2 15C 5F 3B
Octal 372 62 131 0 120 100 2 534 137 73
Binary 11111010 110010 1011001 0 1010000 1000000 10 101011100 1011111 111011

Color Harmonies of #FA3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3259

Black with #FA3259

Text Example


Text Example

White with #FA3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3259; }

 p { color: rgb(250,50,89); }

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

background-color css

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

 a { background-color: rgb(250,50,89); }

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

border-color css

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

 span { border-color: rgb(250,50,89); }

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