Html Css Color HEX #F01275 Ruby

📋 copy color: '#F01275'

red 240 ◦ green 18 ◦ blue 117

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

Shades of Ruby #F01275

Tints of Ruby #F01275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 64%
G = 4.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F01275 (or 0xF01275) is known color: Ruby. HEX triplet: F0, 12 and 75. RGB value is (240,18,117). Sum of RGB (Red+Green+Blue) = 240+18+117=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F01275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01275 is #0FED8A. Grayscale: #5F5F5F. Windows color (decimal): -1043851 or 7672560. OLE color: 7672560.

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

Color convert

RGB 240 18 117 -
CMYK 0 0.92 0.51 0.06
HSL 333.24º 0.88% 0.51% -
HSV(B) 333.24º 0.93% 0.94% -
XYZ 39.36 20.24 18.66 -
YUV 95.66 140.05 230.95 -
System Red Green Blue C M Y K H S L
Decimal 240 18 117 0 0.92 0.51 0.06 333.24 0.88 0.51
Hex F0 12 75 0 5C 33 6 14D 58 33
Octal 360 22 165 0 134 63 6 515 130 63
Binary 11110000 10010 1110101 0 1011100 110011 110 101001101 1011000 110011

Color Harmonies of #F01275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01275

Black with #F01275

Text Example


Text Example

White with #F01275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01275; }

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

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

background-color css

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

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

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

border-color css

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

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

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