Html Css Color HEX #F31762 Ruby

📋 copy color: '#F31762'

red 243 ◦ green 23 ◦ blue 98

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

Shades of Ruby #F31762

Tints of Ruby #F31762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.32%

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

R = 66.76%
G = 6.32%
B = 26.92%

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

#F31762 (or 0xF31762) is known color: Ruby. HEX triplet: F3, 17 and 62. RGB value is (243,23,98). Sum of RGB (Red+Green+Blue) = 243+23+98=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F31762 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31762 is #0CE89D. Grayscale: #616161. Windows color (decimal): -845982 or 6428659. OLE color: 6428659.

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

Color convert

RGB 243 23 98 -
CMYK 0 0.91 0.60 0.05
HSL 339.55º 0.9% 0.52% -
HSV(B) 339.55º 0.91% 0.95% -
XYZ 39.47 20.55 13.44 -
YUV 97.33 128.39 231.9 -
System Red Green Blue C M Y K H S L
Decimal 243 23 98 0 0.91 0.60 0.05 339.55 0.9 0.52
Hex F3 17 62 0 5B 3C 5 154 5A 34
Octal 363 27 142 0 133 74 5 524 132 64
Binary 11110011 10111 1100010 0 1011011 111100 101 101010100 1011010 110100

Color Harmonies of #F31762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31762

Black with #F31762

Text Example


Text Example

White with #F31762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31762; }

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

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

background-color css

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

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

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

border-color css

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

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

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