Html Css Color HEX #FA256E Radical Red

📋 copy color: '#FA256E'

red 250 ◦ green 37 ◦ blue 110

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

Shades of Radical Red #FA256E

Tints of Radical Red #FA256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 62.97%
G = 9.32%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA256E (or 0xFA256E) is known color: Radical Red. HEX triplet: FA, 25 and 6E. RGB value is (250,37,110). Sum of RGB (Red+Green+Blue) = 250+37+110=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA256E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA256E is #05DA91. Grayscale: #6C6C6C. Windows color (decimal): -383634 or 7218682. OLE color: 7218682.

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

Color convert

RGB 250 37 110 -
CMYK 0 0.85 0.56 0.02
HSL 339.44º 0.96% 0.56% -
HSV(B) 339.44º 0.85% 0.98% -
XYZ 42.9 22.77 16.89 -
YUV 109.01 128.57 228.56 -
System Red Green Blue C M Y K H S L
Decimal 250 37 110 0 0.85 0.56 0.02 339.44 0.96 0.56
Hex FA 25 6E 0 55 38 2 153 60 38
Octal 372 45 156 0 125 70 2 523 140 70
Binary 11111010 100101 1101110 0 1010101 111000 10 101010011 1100000 111000

Color Harmonies of #FA256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA256E

Black with #FA256E

Text Example


Text Example

White with #FA256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA256E; }

 p { color: rgb(250,37,110); }

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

background-color css

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

 a { background-color: rgb(250,37,110); }

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

border-color css

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

 span { border-color: rgb(250,37,110); }

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