Html Css Color HEX #FF1770 Ruby

📋 copy color: '#FF1770'

red 255 ◦ green 23 ◦ blue 112

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

Shades of Ruby #FF1770

Tints of Ruby #FF1770

RGB

 RED value IS 255 (100% from 255) = 65.38%

 GREEN value IS 23 (9.38% from 255) = 5.9%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 65.38%
G = 5.9%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1770 (or 0xFF1770) is known color: Ruby. HEX triplet: FF, 17 and 70. RGB value is (255,23,112). Sum of RGB (Red+Green+Blue) = 255+23+112=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1770 is #00E88F. Grayscale: #666666. Windows color (decimal): -59536 or 7346175. OLE color: 7346175.

HSL color Cylindrical-coordinate representation of color #FF1770: hue angle of 336.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1770 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 23 112 -
CMYK 0 0.91 0.56 0
HSL 336.98º 1% 0.55% -
HSV(B) 336.98º 0.91% 1% -
XYZ 44.47 23.04 17.43 -
YUV 102.51 133.36 236.76 -
System Red Green Blue C M Y K H S L
Decimal 255 23 112 0 0.91 0.56 0 336.98 1 0.55
Hex FF 17 70 0 5B 38 0 151 64 37
Octal 377 27 160 0 133 70 0 521 144 67
Binary 11111111 10111 1110000 0 1011011 111000 0 101010001 1100100 110111

Color Harmonies of #FF1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1770

Black with #FF1770

Text Example


Text Example

White with #FF1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1770; }

 p { color: rgb(255,23,112); }

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

background-color css

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

 a { background-color: rgb(255,23,112); }

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

border-color css

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

 span { border-color: rgb(255,23,112); }

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