Html Css Color HEX #F01671 Ruby

📋 copy color: '#F01671'

red 240 ◦ green 22 ◦ blue 113

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

Shades of Ruby #F01671

Tints of Ruby #F01671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.87%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 64%
G = 5.87%
B = 30.13%

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

#F01671 (or 0xF01671) is known color: Ruby. HEX triplet: F0, 16 and 71. RGB value is (240,22,113). Sum of RGB (Red+Green+Blue) = 240+22+113=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F01671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01671 is #0FE98E. Grayscale: #616161. Windows color (decimal): -1042831 or 7411440. OLE color: 7411440.

HSL color Cylindrical-coordinate representation of color #F01671: hue angle of 334.95º 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 #F01671 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 113 -
CMYK 0 0.91 0.53 0.06
HSL 334.95º 0.88% 0.51% -
HSV(B) 334.95º 0.91% 0.94% -
XYZ 39.2 20.29 17.47 -
YUV 97.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 240 22 113 0 0.91 0.53 0.06 334.95 0.88 0.51
Hex F0 16 71 0 5B 35 6 14F 58 33
Octal 360 26 161 0 133 65 6 517 130 63
Binary 11110000 10110 1110001 0 1011011 110101 110 101001111 1011000 110011

Color Harmonies of #F01671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01671

Black with #F01671

Text Example


Text Example

White with #F01671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01671; }

 p { color: rgb(240,22,113); }

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

background-color css

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

 a { background-color: rgb(240,22,113); }

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

border-color css

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

 span { border-color: rgb(240,22,113); }

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