Html Css Color HEX #FC136E Ruby

📋 copy color: '#FC136E'

red 252 ◦ green 19 ◦ blue 110

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

Shades of Ruby #FC136E

Tints of Ruby #FC136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 66.14%
G = 4.99%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC136E (or 0xFC136E) is known color: Ruby. HEX triplet: FC, 13 and 6E. RGB value is (252,19,110). Sum of RGB (Red+Green+Blue) = 252+19+110=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC136E is #03EC91. Grayscale: #626262. Windows color (decimal): -257170 or 7214076. OLE color: 7214076.

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

Color convert

RGB 252 19 110 -
CMYK 0 0.92 0.56 0.01
HSL 336.57º 0.97% 0.53% -
HSV(B) 336.57º 0.92% 0.99% -
XYZ 43.19 22.29 16.78 -
YUV 99.04 134.19 237.1 -
System Red Green Blue C M Y K H S L
Decimal 252 19 110 0 0.92 0.56 0.01 336.57 0.97 0.53
Hex FC 13 6E 0 5C 38 1 151 61 35
Octal 374 23 156 0 134 70 1 521 141 65
Binary 11111100 10011 1101110 0 1011100 111000 1 101010001 1100001 110101

Color Harmonies of #FC136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC136E

Black with #FC136E

Text Example


Text Example

White with #FC136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC136E; }

 p { color: rgb(252,19,110); }

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

background-color css

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

 a { background-color: rgb(252,19,110); }

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

border-color css

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

 span { border-color: rgb(252,19,110); }

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