Html Css Color HEX #F01265 Ruby

📋 copy color: '#F01265'

red 240 ◦ green 18 ◦ blue 101

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

Shades of Ruby #F01265

Tints of Ruby #F01265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 66.85%
G = 5.01%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01265 (or 0xF01265) is known color: Ruby. HEX triplet: F0, 12 and 65. RGB value is (240,18,101). Sum of RGB (Red+Green+Blue) = 240+18+101=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F01265 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01265 is #0FED9A. Grayscale: #5D5D5D. Windows color (decimal): -1043867 or 6623984. OLE color: 6623984.

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

Color convert

RGB 240 18 101 -
CMYK 0 0.92 0.58 0.06
HSL 337.57º 0.88% 0.51% -
HSV(B) 337.57º 0.93% 0.94% -
XYZ 38.5 19.9 14.12 -
YUV 93.84 132.05 232.25 -
System Red Green Blue C M Y K H S L
Decimal 240 18 101 0 0.92 0.58 0.06 337.57 0.88 0.51
Hex F0 12 65 0 5C 3A 6 152 58 33
Octal 360 22 145 0 134 72 6 522 130 63
Binary 11110000 10010 1100101 0 1011100 111010 110 101010010 1011000 110011

Color Harmonies of #F01265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01265

Black with #F01265

Text Example


Text Example

White with #F01265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01265; }

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

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

background-color css

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

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

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

border-color css

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

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

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