Html Css Color HEX #FC286A Radical Red

📋 copy color: '#FC286A'

red 252 ◦ green 40 ◦ blue 106

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

Shades of Radical Red #FC286A

Tints of Radical Red #FC286A

RGB

 RED value IS 252 (98.83% from 255) = 63.32%

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

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

R = 63.32%
G = 10.05%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC286A (or 0xFC286A) is known color: Radical Red. HEX triplet: FC, 28 and 6A. RGB value is (252,40,106). Sum of RGB (Red+Green+Blue) = 252+40+106=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC286A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC286A is #03D795. Grayscale: #6E6E6E. Windows color (decimal): -251798 or 6957308. OLE color: 6957308.

HSL color Cylindrical-coordinate representation of color #FC286A: hue angle of 341.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC286A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 106 -
CMYK 0 0.84 0.58 0.01
HSL 341.32º 0.97% 0.57% -
HSV(B) 341.32º 0.84% 0.99% -
XYZ 43.51 23.25 15.83 -
YUV 110.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 252 40 106 0 0.84 0.58 0.01 341.32 0.97 0.57
Hex FC 28 6A 0 54 3A 1 155 61 39
Octal 374 50 152 0 124 72 1 525 141 71
Binary 11111100 101000 1101010 0 1010100 111010 1 101010101 1100001 111001

Color Harmonies of #FC286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC286A

Black with #FC286A

Text Example


Text Example

White with #FC286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC286A; }

 p { color: rgb(252,40,106); }

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

background-color css

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

 a { background-color: rgb(252,40,106); }

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

border-color css

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

 span { border-color: rgb(252,40,106); }

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