Html Css Color HEX #F51474 Ruby

📋 copy color: '#F51474'

red 245 ◦ green 20 ◦ blue 116

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

Shades of Ruby #F51474

Tints of Ruby #F51474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.25%

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

R = 64.3%
G = 5.25%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F51474 (or 0xF51474) is known color: Ruby. HEX triplet: F5, 14 and 74. RGB value is (245,20,116). Sum of RGB (Red+Green+Blue) = 245+20+116=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F51474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51474 is #0AEB8B. Grayscale: #626262. Windows color (decimal): -715660 or 7607541. OLE color: 7607541.

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

Color convert

RGB 245 20 116 -
CMYK 0 0.92 0.53 0.04
HSL 334.4º 0.92% 0.52% -
HSV(B) 334.4º 0.92% 0.96% -
XYZ 41.06 21.17 18.45 -
YUV 98.22 138.04 232.69 -
System Red Green Blue C M Y K H S L
Decimal 245 20 116 0 0.92 0.53 0.04 334.4 0.92 0.52
Hex F5 14 74 0 5C 35 4 14E 5C 34
Octal 365 24 164 0 134 65 4 516 134 64
Binary 11110101 10100 1110100 0 1011100 110101 100 101001110 1011100 110100

Color Harmonies of #F51474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51474

Black with #F51474

Text Example


Text Example

White with #F51474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51474; }

 p { color: rgb(245,20,116); }

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

background-color css

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

 a { background-color: rgb(245,20,116); }

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

border-color css

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

 span { border-color: rgb(245,20,116); }

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