Html Css Color HEX #FC1271 Ruby

📋 copy color: '#FC1271'

red 252 ◦ green 18 ◦ blue 113

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

Shades of Ruby #FC1271

Tints of Ruby #FC1271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 65.8%
G = 4.7%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC1271 (or 0xFC1271) is known color: Ruby. HEX triplet: FC, 12 and 71. RGB value is (252,18,113). Sum of RGB (Red+Green+Blue) = 252+18+113=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1271 is #03ED8E. Grayscale: #626262. Windows color (decimal): -257423 or 7410428. OLE color: 7410428.

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

Color convert

RGB 252 18 113 -
CMYK 0 0.93 0.55 0.01
HSL 335.64º 0.98% 0.53% -
HSV(B) 335.64º 0.93% 0.99% -
XYZ 43.34 22.32 17.65 -
YUV 98.8 136.02 237.28 -
System Red Green Blue C M Y K H S L
Decimal 252 18 113 0 0.93 0.55 0.01 335.64 0.98 0.53
Hex FC 12 71 0 5D 37 1 150 62 35
Octal 374 22 161 0 135 67 1 520 142 65
Binary 11111100 10010 1110001 0 1011101 110111 1 101010000 1100010 110101

Color Harmonies of #FC1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1271

Black with #FC1271

Text Example


Text Example

White with #FC1271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1271; }

 p { color: rgb(252,18,113); }

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

background-color css

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

 a { background-color: rgb(252,18,113); }

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

border-color css

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

 span { border-color: rgb(252,18,113); }

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