Html Css Color HEX #F31072 Ruby

📋 copy color: '#F31072'

red 243 ◦ green 16 ◦ blue 114

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

Shades of Ruby #F31072

Tints of Ruby #F31072

RGB

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

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

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

R = 65.15%
G = 4.29%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F31072 (or 0xF31072) is known color: Ruby. HEX triplet: F3, 10 and 72. RGB value is (243,16,114). Sum of RGB (Red+Green+Blue) = 243+16+114=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F31072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31072 is #0CEF8D. Grayscale: #5E5E5E. Windows color (decimal): -847758 or 7475443. OLE color: 7475443.

HSL color Cylindrical-coordinate representation of color #F31072: hue angle of 334.1º 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 #F31072 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 114 -
CMYK 0 0.93 0.53 0.05
HSL 334.1º 0.9% 0.51% -
HSV(B) 334.1º 0.93% 0.95% -
XYZ 40.18 20.64 17.79 -
YUV 95.05 138.71 233.53 -
System Red Green Blue C M Y K H S L
Decimal 243 16 114 0 0.93 0.53 0.05 334.1 0.9 0.51
Hex F3 10 72 0 5D 35 5 14E 5A 33
Octal 363 20 162 0 135 65 5 516 132 63
Binary 11110011 10000 1110010 0 1011101 110101 101 101001110 1011010 110011

Color Harmonies of #F31072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31072

Black with #F31072

Text Example


Text Example

White with #F31072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31072; }

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

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

background-color css

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

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

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

border-color css

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

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

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