Html Css Color HEX #F81C6B Ruby

📋 copy color: '#F81C6B'

red 248 ◦ green 28 ◦ blue 107

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

Shades of Ruby #F81C6B

Tints of Ruby #F81C6B

RGB

 RED value IS 248 (97.27% from 255) = 64.75%

 GREEN value IS 28 (11.33% from 255) = 7.31%

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 64.75%
G = 7.31%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F81C6B (or 0xF81C6B) is known color: Ruby. HEX triplet: F8, 1C and 6B. RGB value is (248,28,107). Sum of RGB (Red+Green+Blue) = 248+28+107=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81C6B is #07E394. Grayscale: #666666. Windows color (decimal): -517013 or 7019768. OLE color: 7019768.

HSL color Cylindrical-coordinate representation of color #F81C6B: hue angle of 338.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C6B is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 28 107 -
CMYK 0 0.89 0.57 0.03
HSL 338.45º 0.94% 0.54% -
HSV(B) 338.45º 0.89% 0.97% -
XYZ 41.78 21.85 15.93 -
YUV 102.79 130.39 231.58 -
System Red Green Blue C M Y K H S L
Decimal 248 28 107 0 0.89 0.57 0.03 338.45 0.94 0.54
Hex F8 1C 6B 0 59 39 3 152 5E 36
Octal 370 34 153 0 131 71 3 522 136 66
Binary 11111000 11100 1101011 0 1011001 111001 11 101010010 1011110 110110

Color Harmonies of #F81C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C6B

Black with #F81C6B

Text Example


Text Example

White with #F81C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C6B; }

 p { color: rgb(248,28,107); }

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

background-color css

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

 a { background-color: rgb(248,28,107); }

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

border-color css

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

 span { border-color: rgb(248,28,107); }

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