Html Css Color HEX #F31662 Ruby

📋 copy color: '#F31662'

red 243 ◦ green 22 ◦ blue 98

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

Shades of Ruby #F31662

Tints of Ruby #F31662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27%

R = 66.94%
G = 6.06%
B = 27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F31662 (or 0xF31662) is known color: Ruby. HEX triplet: F3, 16 and 62. RGB value is (243,22,98). Sum of RGB (Red+Green+Blue) = 243+22+98=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F31662 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31662 is #0CE99D. Grayscale: #606060. Windows color (decimal): -846238 or 6428403. OLE color: 6428403.

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

Color convert

RGB 243 22 98 -
CMYK 0 0.91 0.60 0.05
HSL 339.37º 0.9% 0.52% -
HSV(B) 339.37º 0.91% 0.95% -
XYZ 39.45 20.51 13.43 -
YUV 96.74 128.72 232.32 -
System Red Green Blue C M Y K H S L
Decimal 243 22 98 0 0.91 0.60 0.05 339.37 0.9 0.52
Hex F3 16 62 0 5B 3C 5 153 5A 34
Octal 363 26 142 0 133 74 5 523 132 64
Binary 11110011 10110 1100010 0 1011011 111100 101 101010011 1011010 110100

Color Harmonies of #F31662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31662

Black with #F31662

Text Example


Text Example

White with #F31662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31662; }

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

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

background-color css

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

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

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

border-color css

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

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

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