Html Css Color HEX #FF1970 Ruby

📋 copy color: '#FF1970'

red 255 ◦ green 25 ◦ blue 112

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

Shades of Ruby #FF1970

Tints of Ruby #FF1970

RGB

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

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

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

R = 65.05%
G = 6.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1970 (or 0xFF1970) is known color: Ruby. HEX triplet: FF, 19 and 70. RGB value is (255,25,112). Sum of RGB (Red+Green+Blue) = 255+25+112=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1970 is #00E68F. Grayscale: #676767. Windows color (decimal): -59024 or 7346687. OLE color: 7346687.

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

Color convert

RGB 255 25 112 -
CMYK 0 0.90 0.56 0
HSL 337.3º 1% 0.55% -
HSV(B) 337.3º 0.9% 1% -
XYZ 44.51 23.13 17.45 -
YUV 103.69 132.7 235.93 -
System Red Green Blue C M Y K H S L
Decimal 255 25 112 0 0.90 0.56 0 337.3 1 0.55
Hex FF 19 70 0 5A 38 0 151 64 37
Octal 377 31 160 0 132 70 0 521 144 67
Binary 11111111 11001 1110000 0 1011010 111000 0 101010001 1100100 110111

Color Harmonies of #FF1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1970

Black with #FF1970

Text Example


Text Example

White with #FF1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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