Html Css Color HEX #FC1B6D Ruby

📋 copy color: '#FC1B6D'

red 252 ◦ green 27 ◦ blue 109

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

Shades of Ruby #FC1B6D

Tints of Ruby #FC1B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.96%

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 64.95%
G = 6.96%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC1B6D (or 0xFC1B6D) is known color: Ruby. HEX triplet: FC, 1B and 6D. RGB value is (252,27,109). Sum of RGB (Red+Green+Blue) = 252+27+109=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B6D is #03E492. Grayscale: #676767. Windows color (decimal): -255123 or 7150588. OLE color: 7150588.

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

Color convert

RGB 252 27 109 -
CMYK 0 0.89 0.57 0.01
HSL 338.13º 0.97% 0.55% -
HSV(B) 338.13º 0.89% 0.99% -
XYZ 43.3 22.58 16.55 -
YUV 103.62 131.04 233.83 -
System Red Green Blue C M Y K H S L
Decimal 252 27 109 0 0.89 0.57 0.01 338.13 0.97 0.55
Hex FC 1B 6D 0 59 39 1 152 61 37
Octal 374 33 155 0 131 71 1 522 141 67
Binary 11111100 11011 1101101 0 1011001 111001 1 101010010 1100001 110111

Color Harmonies of #FC1B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B6D

Black with #FC1B6D

Text Example


Text Example

White with #FC1B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B6D; }

 p { color: rgb(252,27,109); }

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

background-color css

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

 a { background-color: rgb(252,27,109); }

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

border-color css

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

 span { border-color: rgb(252,27,109); }

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