Html Css Color HEX #F01470 Ruby

📋 copy color: '#F01470'

red 240 ◦ green 20 ◦ blue 112

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

Shades of Ruby #F01470

Tints of Ruby #F01470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

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

R = 64.52%
G = 5.38%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F01470 (or 0xF01470) is known color: Ruby. HEX triplet: F0, 14 and 70. RGB value is (240,20,112). Sum of RGB (Red+Green+Blue) = 240+20+112=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F01470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01470 is #0FEB8F. Grayscale: #606060. Windows color (decimal): -1043344 or 7345392. OLE color: 7345392.

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

Color convert

RGB 240 20 112 -
CMYK 0 0.92 0.53 0.06
HSL 334.91º 0.88% 0.51% -
HSV(B) 334.91º 0.92% 0.94% -
XYZ 39.11 20.2 17.17 -
YUV 96.27 136.89 230.52 -
System Red Green Blue C M Y K H S L
Decimal 240 20 112 0 0.92 0.53 0.06 334.91 0.88 0.51
Hex F0 14 70 0 5C 35 6 14F 58 33
Octal 360 24 160 0 134 65 6 517 130 63
Binary 11110000 10100 1110000 0 1011100 110101 110 101001111 1011000 110011

Color Harmonies of #F01470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01470

Black with #F01470

Text Example


Text Example

White with #F01470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01470; }

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

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

background-color css

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

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

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

border-color css

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

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

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