Html Css Color HEX #FA266A Radical Red

📋 copy color: '#FA266A'

red 250 ◦ green 38 ◦ blue 106

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

Shades of Radical Red #FA266A

Tints of Radical Red #FA266A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 63.45%
G = 9.64%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA266A (or 0xFA266A) is known color: Radical Red. HEX triplet: FA, 26 and 6A. RGB value is (250,38,106). Sum of RGB (Red+Green+Blue) = 250+38+106=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA266A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA266A is #05D995. Grayscale: #6D6D6D. Windows color (decimal): -383382 or 6956794. OLE color: 6956794.

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

Color convert

RGB 250 38 106 -
CMYK 0 0.85 0.58 0.02
HSL 340.75º 0.95% 0.56% -
HSV(B) 340.75º 0.85% 0.98% -
XYZ 42.72 22.75 15.78 -
YUV 109.14 126.24 228.47 -
System Red Green Blue C M Y K H S L
Decimal 250 38 106 0 0.85 0.58 0.02 340.75 0.95 0.56
Hex FA 26 6A 0 55 3A 2 155 5F 38
Octal 372 46 152 0 125 72 2 525 137 70
Binary 11111010 100110 1101010 0 1010101 111010 10 101010101 1011111 111000

Color Harmonies of #FA266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA266A

Black with #FA266A

Text Example


Text Example

White with #FA266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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