Html Css Color HEX #FC1969 Ruby

📋 copy color: '#FC1969'

red 252 ◦ green 25 ◦ blue 105

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

Shades of Ruby #FC1969

Tints of Ruby #FC1969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.54%

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

R = 65.97%
G = 6.54%
B = 27.49%

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

#FC1969 (or 0xFC1969) is known color: Ruby. HEX triplet: FC, 19 and 69. RGB value is (252,25,105). Sum of RGB (Red+Green+Blue) = 252+25+105=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1969 is #03E696. Grayscale: #656565. Windows color (decimal): -255639 or 6887932. OLE color: 6887932.

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

Color convert

RGB 252 25 105 -
CMYK 0 0.90 0.58 0.01
HSL 338.85º 0.97% 0.54% -
HSV(B) 338.85º 0.9% 0.99% -
XYZ 43.04 22.41 15.42 -
YUV 101.99 129.71 235 -
System Red Green Blue C M Y K H S L
Decimal 252 25 105 0 0.90 0.58 0.01 338.85 0.97 0.54
Hex FC 19 69 0 5A 3A 1 153 61 36
Octal 374 31 151 0 132 72 1 523 141 66
Binary 11111100 11001 1101001 0 1011010 111010 1 101010011 1100001 110110

Color Harmonies of #FC1969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1969

Black with #FC1969

Text Example


Text Example

White with #FC1969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1969; }

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

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

background-color css

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

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

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

border-color css

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

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

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