Html Css Color HEX #F01570 Ruby

📋 copy color: '#F01570'

red 240 ◦ green 21 ◦ blue 112

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

Shades of Ruby #F01570

Tints of Ruby #F01570

RGB

 RED value IS 240 (94.14% from 255) = 64.34%

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 64.34%
G = 5.63%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F01570 (or 0xF01570) is known color: Ruby. HEX triplet: F0, 15 and 70. RGB value is (240,21,112). Sum of RGB (Red+Green+Blue) = 240+21+112=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F01570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01570 is #0FEA8F. Grayscale: #606060. Windows color (decimal): -1043088 or 7345648. OLE color: 7345648.

HSL color Cylindrical-coordinate representation of color #F01570: hue angle of 335.07º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01570 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 112 -
CMYK 0 0.91 0.53 0.06
HSL 335.07º 0.88% 0.51% -
HSV(B) 335.07º 0.91% 0.94% -
XYZ 39.13 20.23 17.17 -
YUV 96.86 136.55 230.1 -
System Red Green Blue C M Y K H S L
Decimal 240 21 112 0 0.91 0.53 0.06 335.07 0.88 0.51
Hex F0 15 70 0 5B 35 6 14F 58 33
Octal 360 25 160 0 133 65 6 517 130 63
Binary 11110000 10101 1110000 0 1011011 110101 110 101001111 1011000 110011

Color Harmonies of #F01570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01570

Black with #F01570

Text Example


Text Example

White with #F01570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01570; }

 p { color: rgb(240,21,112); }

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

background-color css

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

 a { background-color: rgb(240,21,112); }

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

border-color css

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

 span { border-color: rgb(240,21,112); }

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