Html Css Color HEX #F01270 Ruby

📋 copy color: '#F01270'

red 240 ◦ green 18 ◦ blue 112

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

Shades of Ruby #F01270

Tints of Ruby #F01270

RGB

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

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

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

R = 64.86%
G = 4.86%
B = 30.27%

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

#F01270 (or 0xF01270) is known color: Ruby. HEX triplet: F0, 12 and 70. RGB value is (240,18,112). Sum of RGB (Red+Green+Blue) = 240+18+112=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F01270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01270 is #0FED8F. Grayscale: #5E5E5E. Windows color (decimal): -1043856 or 7344880. OLE color: 7344880.

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

Color convert

RGB 240 18 112 -
CMYK 0 0.92 0.53 0.06
HSL 334.59º 0.88% 0.51% -
HSV(B) 334.59º 0.93% 0.94% -
XYZ 39.08 20.13 17.15 -
YUV 95.09 137.55 231.36 -
System Red Green Blue C M Y K H S L
Decimal 240 18 112 0 0.92 0.53 0.06 334.59 0.88 0.51
Hex F0 12 70 0 5C 35 6 14F 58 33
Octal 360 22 160 0 134 65 6 517 130 63
Binary 11110000 10010 1110000 0 1011100 110101 110 101001111 1011000 110011

Color Harmonies of #F01270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01270

Black with #F01270

Text Example


Text Example

White with #F01270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01270; }

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

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

background-color css

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

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

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

border-color css

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

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

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