Html Css Color HEX #FC1869 Ruby

📋 copy color: '#FC1869'

red 252 ◦ green 24 ◦ blue 105

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

Shades of Ruby #FC1869

Tints of Ruby #FC1869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.3%

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 66.14%
G = 6.3%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC1869 (or 0xFC1869) is known color: Ruby. HEX triplet: FC, 18 and 69. RGB value is (252,24,105). Sum of RGB (Red+Green+Blue) = 252+24+105=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1869 is #03E796. Grayscale: #656565. Windows color (decimal): -255895 or 6887676. OLE color: 6887676.

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

Color convert

RGB 252 24 105 -
CMYK 0 0.90 0.58 0.01
HSL 338.68º 0.97% 0.54% -
HSV(B) 338.68º 0.9% 0.99% -
XYZ 43.02 22.37 15.41 -
YUV 101.41 130.04 235.41 -
System Red Green Blue C M Y K H S L
Decimal 252 24 105 0 0.90 0.58 0.01 338.68 0.97 0.54
Hex FC 18 69 0 5A 3A 1 153 61 36
Octal 374 30 151 0 132 72 1 523 141 66
Binary 11111100 11000 1101001 0 1011010 111010 1 101010011 1100001 110110

Color Harmonies of #FC1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1869

Black with #FC1869

Text Example


Text Example

White with #FC1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1869; }

 p { color: rgb(252,24,105); }

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

background-color css

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

 a { background-color: rgb(252,24,105); }

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

border-color css

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

 span { border-color: rgb(252,24,105); }

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