Html Css Color HEX #FC256C Radical Red

📋 copy color: '#FC256C'

red 252 ◦ green 37 ◦ blue 108

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

Shades of Radical Red #FC256C

Tints of Radical Red #FC256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

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

R = 63.48%
G = 9.32%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC256C (or 0xFC256C) is known color: Radical Red. HEX triplet: FC, 25 and 6C. RGB value is (252,37,108). Sum of RGB (Red+Green+Blue) = 252+37+108=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC256C is #03DA93. Grayscale: #6D6D6D. Windows color (decimal): -252564 or 7087612. OLE color: 7087612.

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

Color convert

RGB 252 37 108 -
CMYK 0 0.85 0.57 0.01
HSL 340.19º 0.97% 0.57% -
HSV(B) 340.19º 0.85% 0.99% -
XYZ 43.51 23.1 16.35 -
YUV 109.38 127.23 229.73 -
System Red Green Blue C M Y K H S L
Decimal 252 37 108 0 0.85 0.57 0.01 340.19 0.97 0.57
Hex FC 25 6C 0 55 39 1 154 61 39
Octal 374 45 154 0 125 71 1 524 141 71
Binary 11111100 100101 1101100 0 1010101 111001 1 101010100 1100001 111001

Color Harmonies of #FC256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC256C

Black with #FC256C

Text Example


Text Example

White with #FC256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC256C; }

 p { color: rgb(252,37,108); }

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

background-color css

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

 a { background-color: rgb(252,37,108); }

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

border-color css

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

 span { border-color: rgb(252,37,108); }

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