Html Css Color HEX #FA2B5E Radical Red

📋 copy color: '#FA2B5E'

red 250 ◦ green 43 ◦ blue 94

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

Shades of Radical Red #FA2B5E

Tints of Radical Red #FA2B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 64.6%
G = 11.11%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA2B5E (or 0xFA2B5E) is known color: Radical Red. HEX triplet: FA, 2B and 5E. RGB value is (250,43,94). Sum of RGB (Red+Green+Blue) = 250+43+94=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B5E is #05D4A1. Grayscale: #6E6E6E. Windows color (decimal): -382114 or 6171642. OLE color: 6171642.

HSL color Cylindrical-coordinate representation of color #FA2B5E: hue angle of 345.22º 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 #FA2B5E is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 43 94 -
CMYK 0 0.83 0.62 0.02
HSL 345.22º 0.95% 0.57% -
HSV(B) 345.22º 0.83% 0.98% -
XYZ 42.31 22.86 12.77 -
YUV 110.71 118.58 227.35 -
System Red Green Blue C M Y K H S L
Decimal 250 43 94 0 0.83 0.62 0.02 345.22 0.95 0.57
Hex FA 2B 5E 0 53 3E 2 159 5F 39
Octal 372 53 136 0 123 76 2 531 137 71
Binary 11111010 101011 1011110 0 1010011 111110 10 101011001 1011111 111001

Color Harmonies of #FA2B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B5E

Black with #FA2B5E

Text Example


Text Example

White with #FA2B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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