Html Css Color HEX #F31F69 Ruby

📋 copy color: '#F31F69'

red 243 ◦ green 31 ◦ blue 105

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

Shades of Ruby #F31F69

Tints of Ruby #F31F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 64.12%
G = 8.18%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F31F69 (or 0xF31F69) is known color: Ruby. HEX triplet: F3, 1F and 69. RGB value is (243,31,105). Sum of RGB (Red+Green+Blue) = 243+31+105=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F69 is #0CE096. Grayscale: #666666. Windows color (decimal): -843927 or 6889459. OLE color: 6889459.

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

Color convert

RGB 243 31 105 -
CMYK 0 0.87 0.57 0.05
HSL 339.06º 0.9% 0.54% -
HSV(B) 339.06º 0.87% 0.95% -
XYZ 40 21.05 15.32 -
YUV 102.82 129.24 227.98 -
System Red Green Blue C M Y K H S L
Decimal 243 31 105 0 0.87 0.57 0.05 339.06 0.9 0.54
Hex F3 1F 69 0 57 39 5 153 5A 36
Octal 363 37 151 0 127 71 5 523 132 66
Binary 11110011 11111 1101001 0 1010111 111001 101 101010011 1011010 110110

Color Harmonies of #F31F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F69

Black with #F31F69

Text Example


Text Example

White with #F31F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F69; }

 p { color: rgb(243,31,105); }

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

background-color css

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

 a { background-color: rgb(243,31,105); }

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

border-color css

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

 span { border-color: rgb(243,31,105); }

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