Html Css Color HEX #FA3059 Radical Red

📋 copy color: '#FA3059'

red 250 ◦ green 48 ◦ blue 89

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

Shades of Radical Red #FA3059

Tints of Radical Red #FA3059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.4%

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

R = 64.6%
G = 12.4%
B = 23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA3059 (or 0xFA3059) is known color: Radical Red. HEX triplet: FA, 30 and 59. RGB value is (250,48,89). Sum of RGB (Red+Green+Blue) = 250+48+89=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3059 is #05CFA6. Grayscale: #717171. Windows color (decimal): -380839 or 5845242. OLE color: 5845242.

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

Color convert

RGB 250 48 89 -
CMYK 0 0.81 0.64 0.02
HSL 347.82º 0.95% 0.58% -
HSV(B) 347.82º 0.81% 0.98% -
XYZ 42.28 23.16 11.69 -
YUV 113.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 250 48 89 0 0.81 0.64 0.02 347.82 0.95 0.58
Hex FA 30 59 0 51 40 2 15C 5F 3A
Octal 372 60 131 0 121 100 2 534 137 72
Binary 11111010 110000 1011001 0 1010001 1000000 10 101011100 1011111 111010

Color Harmonies of #FA3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3059

Black with #FA3059

Text Example


Text Example

White with #FA3059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3059; }

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

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

background-color css

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

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

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

border-color css

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

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

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