Html Css Color HEX #F01268 Ruby

📋 copy color: '#F01268'

red 240 ◦ green 18 ◦ blue 104

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

Shades of Ruby #F01268

Tints of Ruby #F01268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 66.3%
G = 4.97%
B = 28.73%

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

#F01268 (or 0xF01268) is known color: Ruby. HEX triplet: F0, 12 and 68. RGB value is (240,18,104). Sum of RGB (Red+Green+Blue) = 240+18+104=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F01268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01268 is #0FED97. Grayscale: #5E5E5E. Windows color (decimal): -1043864 or 6820592. OLE color: 6820592.

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

Color convert

RGB 240 18 104 -
CMYK 0 0.92 0.57 0.06
HSL 336.76º 0.88% 0.51% -
HSV(B) 336.76º 0.93% 0.94% -
XYZ 38.65 19.96 14.91 -
YUV 94.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 240 18 104 0 0.92 0.57 0.06 336.76 0.88 0.51
Hex F0 12 68 0 5C 39 6 151 58 33
Octal 360 22 150 0 134 71 6 521 130 63
Binary 11110000 10010 1101000 0 1011100 111001 110 101010001 1011000 110011

Color Harmonies of #F01268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01268

Black with #F01268

Text Example


Text Example

White with #F01268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01268; }

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

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

background-color css

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

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

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

border-color css

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

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

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