Html Css Color HEX #F31665 Ruby

📋 copy color: '#F31665'

red 243 ◦ green 22 ◦ blue 101

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

Shades of Ruby #F31665

Tints of Ruby #F31665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.01%

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 66.39%
G = 6.01%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F31665 (or 0xF31665) is known color: Ruby. HEX triplet: F3, 16 and 65. RGB value is (243,22,101). Sum of RGB (Red+Green+Blue) = 243+22+101=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F31665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31665 is #0CE99A. Grayscale: #606060. Windows color (decimal): -846235 or 6625011. OLE color: 6625011.

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

Color convert

RGB 243 22 101 -
CMYK 0 0.91 0.58 0.05
HSL 338.55º 0.9% 0.52% -
HSV(B) 338.55º 0.91% 0.95% -
XYZ 39.6 20.57 14.19 -
YUV 97.09 130.22 232.08 -
System Red Green Blue C M Y K H S L
Decimal 243 22 101 0 0.91 0.58 0.05 338.55 0.9 0.52
Hex F3 16 65 0 5B 3A 5 153 5A 34
Octal 363 26 145 0 133 72 5 523 132 64
Binary 11110011 10110 1100101 0 1011011 111010 101 101010011 1011010 110100

Color Harmonies of #F31665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31665

Black with #F31665

Text Example


Text Example

White with #F31665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31665; }

 p { color: rgb(243,22,101); }

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

background-color css

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

 a { background-color: rgb(243,22,101); }

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

border-color css

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

 span { border-color: rgb(243,22,101); }

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