Html Css Color HEX #FA286C Radical Red

📋 copy color: '#FA286C'

red 250 ◦ green 40 ◦ blue 108

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

Shades of Radical Red #FA286C

Tints of Radical Red #FA286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.05%

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

R = 62.81%
G = 10.05%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA286C (or 0xFA286C) is known color: Radical Red. HEX triplet: FA, 28 and 6C. RGB value is (250,40,108). Sum of RGB (Red+Green+Blue) = 250+40+108=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA286C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA286C is #05D793. Grayscale: #6E6E6E. Windows color (decimal): -382868 or 7088378. OLE color: 7088378.

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

Color convert

RGB 250 40 108 -
CMYK 0 0.84 0.57 0.02
HSL 340.57º 0.95% 0.57% -
HSV(B) 340.57º 0.84% 0.98% -
XYZ 42.89 22.92 16.35 -
YUV 110.54 126.57 227.47 -
System Red Green Blue C M Y K H S L
Decimal 250 40 108 0 0.84 0.57 0.02 340.57 0.95 0.57
Hex FA 28 6C 0 54 39 2 155 5F 39
Octal 372 50 154 0 124 71 2 525 137 71
Binary 11111010 101000 1101100 0 1010100 111001 10 101010101 1011111 111001

Color Harmonies of #FA286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA286C

Black with #FA286C

Text Example


Text Example

White with #FA286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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