Html Css Color HEX #FC1965 Ruby

📋 copy color: '#FC1965'

red 252 ◦ green 25 ◦ blue 101

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

Shades of Ruby #FC1965

Tints of Ruby #FC1965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 66.67%
G = 6.61%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1965 (or 0xFC1965) is known color: Ruby. HEX triplet: FC, 19 and 65. RGB value is (252,25,101). Sum of RGB (Red+Green+Blue) = 252+25+101=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1965 is #03E69A. Grayscale: #656565. Windows color (decimal): -255643 or 6625788. OLE color: 6625788.

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

Color convert

RGB 252 25 101 -
CMYK 0 0.90 0.60 0.01
HSL 339.91º 0.97% 0.54% -
HSV(B) 339.91º 0.9% 0.99% -
XYZ 42.84 22.33 14.36 -
YUV 101.54 127.71 235.32 -
System Red Green Blue C M Y K H S L
Decimal 252 25 101 0 0.90 0.60 0.01 339.91 0.97 0.54
Hex FC 19 65 0 5A 3C 1 154 61 36
Octal 374 31 145 0 132 74 1 524 141 66
Binary 11111100 11001 1100101 0 1011010 111100 1 101010100 1100001 110110

Color Harmonies of #FC1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1965

Black with #FC1965

Text Example


Text Example

White with #FC1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1965; }

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

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

background-color css

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

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

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

border-color css

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

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

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