Html Css Color HEX #F31075 Ruby

📋 copy color: '#F31075'

red 243 ◦ green 16 ◦ blue 117

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

Shades of Ruby #F31075

Tints of Ruby #F31075

RGB

 RED value IS 243 (95.31% from 255) = 64.63%

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

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

R = 64.63%
G = 4.26%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F31075 (or 0xF31075) is known color: Ruby. HEX triplet: F3, 10 and 75. RGB value is (243,16,117). Sum of RGB (Red+Green+Blue) = 243+16+117=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F31075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31075 is #0CEF8A. Grayscale: #5F5F5F. Windows color (decimal): -847755 or 7672051. OLE color: 7672051.

HSL color Cylindrical-coordinate representation of color #F31075: hue angle of 333.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31075 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 117 -
CMYK 0 0.93 0.52 0.05
HSL 333.3º 0.9% 0.51% -
HSV(B) 333.3º 0.93% 0.95% -
XYZ 40.36 20.71 18.7 -
YUV 95.39 140.21 233.29 -
System Red Green Blue C M Y K H S L
Decimal 243 16 117 0 0.93 0.52 0.05 333.3 0.9 0.51
Hex F3 10 75 0 5D 34 5 14D 5A 33
Octal 363 20 165 0 135 64 5 515 132 63
Binary 11110011 10000 1110101 0 1011101 110100 101 101001101 1011010 110011

Color Harmonies of #F31075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31075

Black with #F31075

Text Example


Text Example

White with #F31075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31075; }

 p { color: rgb(243,16,117); }

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

background-color css

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

 a { background-color: rgb(243,16,117); }

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

border-color css

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

 span { border-color: rgb(243,16,117); }

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