Html Css Color HEX #F01072 Ruby

📋 copy color: '#F01072'

red 240 ◦ green 16 ◦ blue 114

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

Shades of Ruby #F01072

Tints of Ruby #F01072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 64.86%
G = 4.32%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01072 (or 0xF01072) is known color: Ruby. HEX triplet: F0, 10 and 72. RGB value is (240,16,114). Sum of RGB (Red+Green+Blue) = 240+16+114=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F01072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01072 is #0FEF8D. Grayscale: #5D5D5D. Windows color (decimal): -1044366 or 7475440. OLE color: 7475440.

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

Color convert

RGB 240 16 114 -
CMYK 0 0.93 0.52 0.06
HSL 333.75º 0.88% 0.5% -
HSV(B) 333.75º 0.93% 0.94% -
XYZ 39.16 20.11 17.74 -
YUV 94.15 139.21 232.03 -
System Red Green Blue C M Y K H S L
Decimal 240 16 114 0 0.93 0.52 0.06 333.75 0.88 0.5
Hex F0 10 72 0 5D 34 6 14E 58 32
Octal 360 20 162 0 135 64 6 516 130 62
Binary 11110000 10000 1110010 0 1011101 110100 110 101001110 1011000 110010

Color Harmonies of #F01072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01072

Black with #F01072

Text Example


Text Example

White with #F01072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01072; }

 p { color: rgb(240,16,114); }

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

background-color css

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

 a { background-color: rgb(240,16,114); }

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

border-color css

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

 span { border-color: rgb(240,16,114); }

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