Html Css Color HEX #FA266C Radical Red

📋 copy color: '#FA266C'

red 250 ◦ green 38 ◦ blue 108

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

Shades of Radical Red #FA266C

Tints of Radical Red #FA266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 63.13%
G = 9.6%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA266C (or 0xFA266C) is known color: Radical Red. HEX triplet: FA, 26 and 6C. RGB value is (250,38,108). Sum of RGB (Red+Green+Blue) = 250+38+108=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA266C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA266C is #05D993. Grayscale: #6D6D6D. Windows color (decimal): -383380 or 7087866. OLE color: 7087866.

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

Color convert

RGB 250 38 108 -
CMYK 0 0.85 0.57 0.02
HSL 340.19º 0.95% 0.56% -
HSV(B) 340.19º 0.85% 0.98% -
XYZ 42.82 22.79 16.33 -
YUV 109.37 127.24 228.31 -
System Red Green Blue C M Y K H S L
Decimal 250 38 108 0 0.85 0.57 0.02 340.19 0.95 0.56
Hex FA 26 6C 0 55 39 2 154 5F 38
Octal 372 46 154 0 125 71 2 524 137 70
Binary 11111010 100110 1101100 0 1010101 111001 10 101010100 1011111 111000

Color Harmonies of #FA266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA266C

Black with #FA266C

Text Example


Text Example

White with #FA266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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