Html Css Color HEX #F5156F Ruby

📋 copy color: '#F5156F'

red 245 ◦ green 21 ◦ blue 111

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

Shades of Ruby #F5156F

Tints of Ruby #F5156F

RGB

 RED value IS 245 (96.09% from 255) = 64.99%

 GREEN value IS 21 (8.59% from 255) = 5.57%

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 64.99%
G = 5.57%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5156F (or 0xF5156F) is known color: Ruby. HEX triplet: F5, 15 and 6F. RGB value is (245,21,111). Sum of RGB (Red+Green+Blue) = 245+21+111=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5156F is #0AEA90. Grayscale: #626262. Windows color (decimal): -715409 or 7280117. OLE color: 7280117.

HSL color Cylindrical-coordinate representation of color #F5156F: hue angle of 335.89º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5156F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 21 111 -
CMYK 0 0.91 0.55 0.04
HSL 335.89º 0.92% 0.52% -
HSV(B) 335.89º 0.91% 0.96% -
XYZ 40.79 21.1 16.96 -
YUV 98.24 135.21 232.68 -
System Red Green Blue C M Y K H S L
Decimal 245 21 111 0 0.91 0.55 0.04 335.89 0.92 0.52
Hex F5 15 6F 0 5B 37 4 150 5C 34
Octal 365 25 157 0 133 67 4 520 134 64
Binary 11110101 10101 1101111 0 1011011 110111 100 101010000 1011100 110100

Color Harmonies of #F5156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5156F

Black with #F5156F

Text Example


Text Example

White with #F5156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5156F; }

 p { color: rgb(245,21,111); }

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

background-color css

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

 a { background-color: rgb(245,21,111); }

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

border-color css

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

 span { border-color: rgb(245,21,111); }

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