Html Css Color HEX #FA2B51 Radical Red

📋 copy color: '#FA2B51'

red 250 ◦ green 43 ◦ blue 81

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

Shades of Radical Red #FA2B51

Tints of Radical Red #FA2B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.66%

R = 66.84%
G = 11.5%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA2B51 (or 0xFA2B51) is known color: Radical Red. HEX triplet: FA, 2B and 51. RGB value is (250,43,81). Sum of RGB (Red+Green+Blue) = 250+43+81=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B51 is #05D4AE. Grayscale: #6D6D6D. Windows color (decimal): -382127 or 5319674. OLE color: 5319674.

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

Color convert

RGB 250 43 81 -
CMYK 0 0.83 0.68 0.02
HSL 348.99º 0.95% 0.57% -
HSV(B) 348.99º 0.83% 0.98% -
XYZ 41.77 22.65 9.95 -
YUV 109.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 250 43 81 0 0.83 0.68 0.02 348.99 0.95 0.57
Hex FA 2B 51 0 53 44 2 15D 5F 39
Octal 372 53 121 0 123 104 2 535 137 71
Binary 11111010 101011 1010001 0 1010011 1000100 10 101011101 1011111 111001

Color Harmonies of #FA2B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B51

Black with #FA2B51

Text Example


Text Example

White with #FA2B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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