Html Css Color HEX #FA3558 Radical Red

📋 copy color: '#FA3558'

red 250 ◦ green 53 ◦ blue 88

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

Shades of Radical Red #FA3558

Tints of Radical Red #FA3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 63.94%
G = 13.55%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA3558 (or 0xFA3558) is known color: Radical Red. HEX triplet: FA, 35 and 58. RGB value is (250,53,88). Sum of RGB (Red+Green+Blue) = 250+53+88=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3558 is #05CAA7. Grayscale: #737373. Windows color (decimal): -379560 or 5780986. OLE color: 5780986.

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

Color convert

RGB 250 53 88 -
CMYK 0 0.79 0.65 0.02
HSL 349.34º 0.95% 0.59% -
HSV(B) 349.34º 0.79% 0.98% -
XYZ 42.46 23.57 11.55 -
YUV 115.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 250 53 88 0 0.79 0.65 0.02 349.34 0.95 0.59
Hex FA 35 58 0 4F 41 2 15D 5F 3B
Octal 372 65 130 0 117 101 2 535 137 73
Binary 11111010 110101 1011000 0 1001111 1000001 10 101011101 1011111 111011

Color Harmonies of #FA3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3558

Black with #FA3558

Text Example


Text Example

White with #FA3558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3558; }

 p { color: rgb(250,53,88); }

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

background-color css

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

 a { background-color: rgb(250,53,88); }

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

border-color css

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

 span { border-color: rgb(250,53,88); }

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