Html Css Color HEX #F01375 Ruby

📋 copy color: '#F01375'

red 240 ◦ green 19 ◦ blue 117

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

Shades of Ruby #F01375

Tints of Ruby #F01375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

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

R = 63.83%
G = 5.05%
B = 31.12%

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

#F01375 (or 0xF01375) is known color: Ruby. HEX triplet: F0, 13 and 75. RGB value is (240,19,117). Sum of RGB (Red+Green+Blue) = 240+19+117=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01375 is #0FEC8A. Grayscale: #606060. Windows color (decimal): -1043595 or 7672816. OLE color: 7672816.

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

Color convert

RGB 240 19 117 -
CMYK 0 0.92 0.51 0.06
HSL 333.39º 0.88% 0.51% -
HSV(B) 333.39º 0.92% 0.94% -
XYZ 39.38 20.28 18.67 -
YUV 96.25 139.72 230.53 -
System Red Green Blue C M Y K H S L
Decimal 240 19 117 0 0.92 0.51 0.06 333.39 0.88 0.51
Hex F0 13 75 0 5C 33 6 14D 58 33
Octal 360 23 165 0 134 63 6 515 130 63
Binary 11110000 10011 1110101 0 1011100 110011 110 101001101 1011000 110011

Color Harmonies of #F01375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01375

Black with #F01375

Text Example


Text Example

White with #F01375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01375; }

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

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

background-color css

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

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

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

border-color css

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

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

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