Html Css Color HEX #FC256A Radical Red

📋 copy color: '#FC256A'

red 252 ◦ green 37 ◦ blue 106

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

Shades of Radical Red #FC256A

Tints of Radical Red #FC256A

RGB

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

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

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

R = 63.8%
G = 9.37%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC256A (or 0xFC256A) is known color: Radical Red. HEX triplet: FC, 25 and 6A. RGB value is (252,37,106). Sum of RGB (Red+Green+Blue) = 252+37+106=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC256A is #03DA95. Grayscale: #6D6D6D. Windows color (decimal): -252566 or 6956540. OLE color: 6956540.

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

Color convert

RGB 252 37 106 -
CMYK 0 0.85 0.58 0.01
HSL 340.74º 0.97% 0.57% -
HSV(B) 340.74º 0.85% 0.99% -
XYZ 43.41 23.06 15.8 -
YUV 109.15 126.23 229.89 -
System Red Green Blue C M Y K H S L
Decimal 252 37 106 0 0.85 0.58 0.01 340.74 0.97 0.57
Hex FC 25 6A 0 55 3A 1 155 61 39
Octal 374 45 152 0 125 72 1 525 141 71
Binary 11111100 100101 1101010 0 1010101 111010 1 101010101 1100001 111001

Color Harmonies of #FC256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC256A

Black with #FC256A

Text Example


Text Example

White with #FC256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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