Html Css Color HEX #FC284E Radical Red

📋 copy color: '#FC284E'

red 252 ◦ green 40 ◦ blue 78

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

Shades of Radical Red #FC284E

Tints of Radical Red #FC284E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 68.11%
G = 10.81%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC284E (or 0xFC284E) is known color: Radical Red. HEX triplet: FC, 28 and 4E. RGB value is (252,40,78). Sum of RGB (Red+Green+Blue) = 252+40+78=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC284E is #03D7B1. Grayscale: #6B6B6B. Windows color (decimal): -251826 or 5122300. OLE color: 5122300.

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

Color convert

RGB 252 40 78 -
CMYK 0 0.84 0.69 0.01
HSL 349.25º 0.97% 0.57% -
HSV(B) 349.25º 0.84% 0.99% -
XYZ 42.28 22.76 9.37 -
YUV 107.72 111.24 230.91 -
System Red Green Blue C M Y K H S L
Decimal 252 40 78 0 0.84 0.69 0.01 349.25 0.97 0.57
Hex FC 28 4E 0 54 45 1 15D 61 39
Octal 374 50 116 0 124 105 1 535 141 71
Binary 11111100 101000 1001110 0 1010100 1000101 1 101011101 1100001 111001

Color Harmonies of #FC284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC284E

Black with #FC284E

Text Example


Text Example

White with #FC284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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