Html Css Color HEX #F01274 Ruby

📋 copy color: '#F01274'

red 240 ◦ green 18 ◦ blue 116

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

Shades of Ruby #F01274

Tints of Ruby #F01274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 64.17%
G = 4.81%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01274 (or 0xF01274) is known color: Ruby. HEX triplet: F0, 12 and 74. RGB value is (240,18,116). Sum of RGB (Red+Green+Blue) = 240+18+116=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F01274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01274 is #0FED8B. Grayscale: #5F5F5F. Windows color (decimal): -1043852 or 7607024. OLE color: 7607024.

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

Color convert

RGB 240 18 116 -
CMYK 0 0.92 0.52 0.06
HSL 333.51º 0.88% 0.51% -
HSV(B) 333.51º 0.93% 0.94% -
XYZ 39.3 20.22 18.35 -
YUV 95.55 139.55 231.03 -
System Red Green Blue C M Y K H S L
Decimal 240 18 116 0 0.92 0.52 0.06 333.51 0.88 0.51
Hex F0 12 74 0 5C 34 6 14E 58 33
Octal 360 22 164 0 134 64 6 516 130 63
Binary 11110000 10010 1110100 0 1011100 110100 110 101001110 1011000 110011

Color Harmonies of #F01274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01274

Black with #F01274

Text Example


Text Example

White with #F01274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01274; }

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

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

background-color css

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

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

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

border-color css

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

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

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