Html Css Color HEX #F81B5B Ruby

📋 copy color: '#F81B5B'

red 248 ◦ green 27 ◦ blue 91

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

Shades of Ruby #F81B5B

Tints of Ruby #F81B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 67.76%
G = 7.38%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F81B5B (or 0xF81B5B) is known color: Ruby. HEX triplet: F8, 1B and 5B. RGB value is (248,27,91). Sum of RGB (Red+Green+Blue) = 248+27+91=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B5B is #07E4A4. Grayscale: #646464. Windows color (decimal): -517285 or 5970936. OLE color: 5970936.

HSL color Cylindrical-coordinate representation of color #F81B5B: hue angle of 342.62º 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 #F81B5B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 27 91 -
CMYK 0 0.89 0.63 0.03
HSL 342.62º 0.94% 0.54% -
HSV(B) 342.62º 0.89% 0.97% -
XYZ 40.99 21.5 11.89 -
YUV 100.38 122.72 233.3 -
System Red Green Blue C M Y K H S L
Decimal 248 27 91 0 0.89 0.63 0.03 342.62 0.94 0.54
Hex F8 1B 5B 0 59 3F 3 157 5E 36
Octal 370 33 133 0 131 77 3 527 136 66
Binary 11111000 11011 1011011 0 1011001 111111 11 101010111 1011110 110110

Color Harmonies of #F81B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81B5B

Black with #F81B5B

Text Example


Text Example

White with #F81B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81B5B; }

 p { color: rgb(248,27,91); }

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

background-color css

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

 a { background-color: rgb(248,27,91); }

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

border-color css

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

 span { border-color: rgb(248,27,91); }

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