Html Css Color HEX #F31F67 Ruby

📋 copy color: '#F31F67'

red 243 ◦ green 31 ◦ blue 103

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

Shades of Ruby #F31F67

Tints of Ruby #F31F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.32%

R = 64.46%
G = 8.22%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F31F67 (or 0xF31F67) is known color: Ruby. HEX triplet: F3, 1F and 67. RGB value is (243,31,103). Sum of RGB (Red+Green+Blue) = 243+31+103=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F67 is #0CE098. Grayscale: #666666. Windows color (decimal): -843929 or 6758387. OLE color: 6758387.

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

Color convert

RGB 243 31 103 -
CMYK 0 0.87 0.58 0.05
HSL 339.62º 0.9% 0.54% -
HSV(B) 339.62º 0.87% 0.95% -
XYZ 39.9 21.01 14.79 -
YUV 102.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 243 31 103 0 0.87 0.58 0.05 339.62 0.9 0.54
Hex F3 1F 67 0 57 3A 5 154 5A 36
Octal 363 37 147 0 127 72 5 524 132 66
Binary 11110011 11111 1100111 0 1010111 111010 101 101010100 1011010 110110

Color Harmonies of #F31F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F67

Black with #F31F67

Text Example


Text Example

White with #F31F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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