Html Css Color HEX #FA3E58 Radical Red

📋 copy color: '#FA3E58'

red 250 ◦ green 62 ◦ blue 88

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

Shades of Radical Red #FA3E58

Tints of Radical Red #FA3E58

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.5%

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

R = 62.5%
G = 15.5%
B = 22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA3E58 (or 0xFA3E58) is known color: Radical Red. HEX triplet: FA, 3E and 58. RGB value is (250,62,88). Sum of RGB (Red+Green+Blue) = 250+62+88=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E58 is #05C1A7. Grayscale: #797979. Windows color (decimal): -377256 or 5783290. OLE color: 5783290.

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

Color convert

RGB 250 62 88 -
CMYK 0 0.75 0.65 0.02
HSL 351.7º 0.95% 0.61% -
HSV(B) 351.7º 0.75% 0.98% -
XYZ 42.91 24.47 11.69 -
YUV 121.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 250 62 88 0 0.75 0.65 0.02 351.7 0.95 0.61
Hex FA 3E 58 0 4B 41 2 160 5F 3D
Octal 372 76 130 0 113 101 2 540 137 75
Binary 11111010 111110 1011000 0 1001011 1000001 10 101100000 1011111 111101

Color Harmonies of #FA3E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E58

Black with #FA3E58

Text Example


Text Example

White with #FA3E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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