Html Css Color HEX #F01271 Ruby

📋 copy color: '#F01271'

red 240 ◦ green 18 ◦ blue 113

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

Shades of Ruby #F01271

Tints of Ruby #F01271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 64.69%
G = 4.85%
B = 30.46%

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

#F01271 (or 0xF01271) is known color: Ruby. HEX triplet: F0, 12 and 71. RGB value is (240,18,113). Sum of RGB (Red+Green+Blue) = 240+18+113=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F01271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01271 is #0FED8E. Grayscale: #5F5F5F. Windows color (decimal): -1043855 or 7410416. OLE color: 7410416.

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

Color convert

RGB 240 18 113 -
CMYK 0 0.92 0.53 0.06
HSL 334.32º 0.88% 0.51% -
HSV(B) 334.32º 0.93% 0.94% -
XYZ 39.13 20.15 17.45 -
YUV 95.21 138.05 231.28 -
System Red Green Blue C M Y K H S L
Decimal 240 18 113 0 0.92 0.53 0.06 334.32 0.88 0.51
Hex F0 12 71 0 5C 35 6 14E 58 33
Octal 360 22 161 0 134 65 6 516 130 63
Binary 11110000 10010 1110001 0 1011100 110101 110 101001110 1011000 110011

Color Harmonies of #F01271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01271

Black with #F01271

Text Example


Text Example

White with #F01271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01271; }

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

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

background-color css

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

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

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

border-color css

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

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

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