Html Css Color HEX #FA2B58 Radical Red

📋 copy color: '#FA2B58'

red 250 ◦ green 43 ◦ blue 88

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

Shades of Radical Red #FA2B58

Tints of Radical Red #FA2B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

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

R = 65.62%
G = 11.29%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA2B58 (or 0xFA2B58) is known color: Radical Red. HEX triplet: FA, 2B and 58. RGB value is (250,43,88). Sum of RGB (Red+Green+Blue) = 250+43+88=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B58 is #05D4A7. Grayscale: #6E6E6E. Windows color (decimal): -382120 or 5778426. OLE color: 5778426.

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

Color convert

RGB 250 43 88 -
CMYK 0 0.83 0.65 0.02
HSL 346.96º 0.95% 0.57% -
HSV(B) 346.96º 0.83% 0.98% -
XYZ 42.05 22.76 11.41 -
YUV 110.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 250 43 88 0 0.83 0.65 0.02 346.96 0.95 0.57
Hex FA 2B 58 0 53 41 2 15B 5F 39
Octal 372 53 130 0 123 101 2 533 137 71
Binary 11111010 101011 1011000 0 1010011 1000001 10 101011011 1011111 111001

Color Harmonies of #FA2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B58

Black with #FA2B58

Text Example


Text Example

White with #FA2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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