Html Css Color HEX #FA2656 Radical Red

📋 copy color: '#FA2656'

red 250 ◦ green 38 ◦ blue 86

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

Shades of Radical Red #FA2656

Tints of Radical Red #FA2656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 66.84%
G = 10.16%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA2656 (or 0xFA2656) is known color: Radical Red. HEX triplet: FA, 26 and 56. RGB value is (250,38,86). Sum of RGB (Red+Green+Blue) = 250+38+86=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2656 is #05D9A9. Grayscale: #6A6A6A. Windows color (decimal): -383402 or 5646074. OLE color: 5646074.

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

Color convert

RGB 250 38 86 -
CMYK 0 0.85 0.66 0.02
HSL 346.42º 0.95% 0.56% -
HSV(B) 346.42º 0.85% 0.98% -
XYZ 41.8 22.38 10.92 -
YUV 106.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 250 38 86 0 0.85 0.66 0.02 346.42 0.95 0.56
Hex FA 26 56 0 55 42 2 15A 5F 38
Octal 372 46 126 0 125 102 2 532 137 70
Binary 11111010 100110 1010110 0 1010101 1000010 10 101011010 1011111 111000

Color Harmonies of #FA2656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2656

Black with #FA2656

Text Example


Text Example

White with #FA2656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2656; }

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

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

background-color css

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

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

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

border-color css

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

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

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