Html Css Color HEX #FA2651 Radical Red

📋 copy color: '#FA2651'

red 250 ◦ green 38 ◦ blue 81

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

Shades of Radical Red #FA2651

Tints of Radical Red #FA2651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.3%

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

R = 67.75%
G = 10.3%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA2651 (or 0xFA2651) is known color: Radical Red. HEX triplet: FA, 26 and 51. RGB value is (250,38,81). Sum of RGB (Red+Green+Blue) = 250+38+81=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2651 is #05D9AE. Grayscale: #6A6A6A. Windows color (decimal): -383407 or 5318394. OLE color: 5318394.

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

Color convert

RGB 250 38 81 -
CMYK 0 0.85 0.68 0.02
HSL 347.83º 0.95% 0.56% -
HSV(B) 347.83º 0.85% 0.98% -
XYZ 41.6 22.3 9.9 -
YUV 106.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 250 38 81 0 0.85 0.68 0.02 347.83 0.95 0.56
Hex FA 26 51 0 55 44 2 15C 5F 38
Octal 372 46 121 0 125 104 2 534 137 70
Binary 11111010 100110 1010001 0 1010101 1000100 10 101011100 1011111 111000

Color Harmonies of #FA2651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2651

Black with #FA2651

Text Example


Text Example

White with #FA2651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2651; }

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

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

background-color css

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

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

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

border-color css

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

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

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