Html Css Color HEX #F01267 Ruby

📋 copy color: '#F01267'

red 240 ◦ green 18 ◦ blue 103

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

Shades of Ruby #F01267

Tints of Ruby #F01267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 66.48%
G = 4.99%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F01267 (or 0xF01267) is known color: Ruby. HEX triplet: F0, 12 and 67. RGB value is (240,18,103). Sum of RGB (Red+Green+Blue) = 240+18+103=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F01267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01267 is #0FED98. Grayscale: #5D5D5D. Windows color (decimal): -1043865 or 6755056. OLE color: 6755056.

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

Color convert

RGB 240 18 103 -
CMYK 0 0.92 0.57 0.06
HSL 337.03º 0.88% 0.51% -
HSV(B) 337.03º 0.93% 0.94% -
XYZ 38.6 19.94 14.65 -
YUV 94.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 240 18 103 0 0.92 0.57 0.06 337.03 0.88 0.51
Hex F0 12 67 0 5C 39 6 151 58 33
Octal 360 22 147 0 134 71 6 521 130 63
Binary 11110000 10010 1100111 0 1011100 111001 110 101010001 1011000 110011

Color Harmonies of #F01267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01267

Black with #F01267

Text Example


Text Example

White with #F01267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01267; }

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

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

background-color css

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

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

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

border-color css

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

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

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