Html Css Color HEX #FC256B Radical Red

📋 copy color: '#FC256B'

red 252 ◦ green 37 ◦ blue 107

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

Shades of Radical Red #FC256B

Tints of Radical Red #FC256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 63.64%
G = 9.34%
B = 27.02%

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

#FC256B (or 0xFC256B) is known color: Radical Red. HEX triplet: FC, 25 and 6B. RGB value is (252,37,107). Sum of RGB (Red+Green+Blue) = 252+37+107=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC256B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC256B is #03DA94. Grayscale: #6D6D6D. Windows color (decimal): -252565 or 7022076. OLE color: 7022076.

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

Color convert

RGB 252 37 107 -
CMYK 0 0.85 0.58 0.01
HSL 340.47º 0.97% 0.57% -
HSV(B) 340.47º 0.85% 0.99% -
XYZ 43.46 23.08 16.07 -
YUV 109.27 126.73 229.81 -
System Red Green Blue C M Y K H S L
Decimal 252 37 107 0 0.85 0.58 0.01 340.47 0.97 0.57
Hex FC 25 6B 0 55 3A 1 154 61 39
Octal 374 45 153 0 125 72 1 524 141 71
Binary 11111100 100101 1101011 0 1010101 111010 1 101010100 1100001 111001

Color Harmonies of #FC256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC256B

Black with #FC256B

Text Example


Text Example

White with #FC256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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