Html Css Color HEX #F81774 Ruby

📋 copy color: '#F81774'

red 248 ◦ green 23 ◦ blue 116

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

Shades of Ruby #F81774

Tints of Ruby #F81774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 64.08%
G = 5.94%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F81774 (or 0xF81774) is known color: Ruby. HEX triplet: F8, 17 and 74. RGB value is (248,23,116). Sum of RGB (Red+Green+Blue) = 248+23+116=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F81774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81774 is #07E88B. Grayscale: #646464. Windows color (decimal): -518284 or 7608312. OLE color: 7608312.

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

Color convert

RGB 248 23 116 -
CMYK 0 0.91 0.53 0.03
HSL 335.2º 0.94% 0.53% -
HSV(B) 335.2º 0.91% 0.97% -
XYZ 42.17 21.83 18.51 -
YUV 100.88 136.54 232.94 -
System Red Green Blue C M Y K H S L
Decimal 248 23 116 0 0.91 0.53 0.03 335.2 0.94 0.53
Hex F8 17 74 0 5B 35 3 14F 5E 35
Octal 370 27 164 0 133 65 3 517 136 65
Binary 11111000 10111 1110100 0 1011011 110101 11 101001111 1011110 110101

Color Harmonies of #F81774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81774

Black with #F81774

Text Example


Text Example

White with #F81774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81774; }

 p { color: rgb(248,23,116); }

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

background-color css

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

 a { background-color: rgb(248,23,116); }

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

border-color css

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

 span { border-color: rgb(248,23,116); }

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