Html Css Color HEX #FA1C58 Radical Red

📋 copy color: '#FA1C58'

red 250 ◦ green 28 ◦ blue 88

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

Shades of Radical Red #FA1C58

Tints of Radical Red #FA1C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

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

R = 68.31%
G = 7.65%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA1C58 (or 0xFA1C58) is known color: Radical Red. HEX triplet: FA, 1C and 58. RGB value is (250,28,88). Sum of RGB (Red+Green+Blue) = 250+28+88=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1C58 is #05E3A7. Grayscale: #656565. Windows color (decimal): -385960 or 5774586. OLE color: 5774586.

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

Color convert

RGB 250 28 88 -
CMYK 0 0.89 0.65 0.02
HSL 343.78º 0.96% 0.55% -
HSV(B) 343.78º 0.89% 0.98% -
XYZ 41.6 21.86 11.26 -
YUV 101.22 120.55 234.12 -
System Red Green Blue C M Y K H S L
Decimal 250 28 88 0 0.89 0.65 0.02 343.78 0.96 0.55
Hex FA 1C 58 0 59 41 2 158 60 37
Octal 372 34 130 0 131 101 2 530 140 67
Binary 11111010 11100 1011000 0 1011001 1000001 10 101011000 1100000 110111

Color Harmonies of #FA1C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C58

Black with #FA1C58

Text Example


Text Example

White with #FA1C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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