Html Css Color HEX #FC1572 Ruby

📋 copy color: '#FC1572'

red 252 ◦ green 21 ◦ blue 114

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

Shades of Ruby #FC1572

Tints of Ruby #FC1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 65.12%
G = 5.43%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC1572 (or 0xFC1572) is known color: Ruby. HEX triplet: FC, 15 and 72. RGB value is (252,21,114). Sum of RGB (Red+Green+Blue) = 252+21+114=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1572 is #03EA8D. Grayscale: #646464. Windows color (decimal): -256654 or 7476732. OLE color: 7476732.

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

Color convert

RGB 252 21 114 -
CMYK 0 0.92 0.55 0.01
HSL 335.84º 0.97% 0.54% -
HSV(B) 335.84º 0.92% 0.99% -
XYZ 43.45 22.45 17.96 -
YUV 100.67 135.53 235.94 -
System Red Green Blue C M Y K H S L
Decimal 252 21 114 0 0.92 0.55 0.01 335.84 0.97 0.54
Hex FC 15 72 0 5C 37 1 150 61 36
Octal 374 25 162 0 134 67 1 520 141 66
Binary 11111100 10101 1110010 0 1011100 110111 1 101010000 1100001 110110

Color Harmonies of #FC1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1572

Black with #FC1572

Text Example


Text Example

White with #FC1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1572; }

 p { color: rgb(252,21,114); }

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

background-color css

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

 a { background-color: rgb(252,21,114); }

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

border-color css

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

 span { border-color: rgb(252,21,114); }

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