Html Css Color HEX #FC285B Radical Red

📋 copy color: '#FC285B'

red 252 ◦ green 40 ◦ blue 91

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

Shades of Radical Red #FC285B

Tints of Radical Red #FC285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 65.8%
G = 10.44%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC285B (or 0xFC285B) is known color: Radical Red. HEX triplet: FC, 28 and 5B. RGB value is (252,40,91). Sum of RGB (Red+Green+Blue) = 252+40+91=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC285B is #03D7A4. Grayscale: #6D6D6D. Windows color (decimal): -251813 or 5974268. OLE color: 5974268.

HSL color Cylindrical-coordinate representation of color #FC285B: hue angle of 345.57º 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 #FC285B is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 91 -
CMYK 0 0.84 0.64 0.01
HSL 345.57º 0.97% 0.57% -
HSV(B) 345.57º 0.84% 0.99% -
XYZ 42.79 22.97 12.08 -
YUV 109.2 117.74 229.85 -
System Red Green Blue C M Y K H S L
Decimal 252 40 91 0 0.84 0.64 0.01 345.57 0.97 0.57
Hex FC 28 5B 0 54 40 1 15A 61 39
Octal 374 50 133 0 124 100 1 532 141 71
Binary 11111100 101000 1011011 0 1010100 1000000 1 101011010 1100001 111001

Color Harmonies of #FC285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC285B

Black with #FC285B

Text Example


Text Example

White with #FC285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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