Html Css Color HEX #F71874 Ruby

📋 copy color: '#F71874'

red 247 ◦ green 24 ◦ blue 116

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

Shades of Ruby #F71874

Tints of Ruby #F71874

RGB

 RED value IS 247 (96.88% from 255) = 63.82%

 GREEN value IS 24 (9.77% from 255) = 6.2%

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

R = 63.82%
G = 6.2%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F71874 (or 0xF71874) is known color: Ruby. HEX triplet: F7, 18 and 74. RGB value is (247,24,116). Sum of RGB (Red+Green+Blue) = 247+24+116=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F71874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71874 is #08E78B. Grayscale: #656565. Windows color (decimal): -583564 or 7608567. OLE color: 7608567.

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

Color convert

RGB 247 24 116 -
CMYK 0 0.90 0.53 0.03
HSL 335.25º 0.93% 0.53% -
HSV(B) 335.25º 0.9% 0.97% -
XYZ 41.84 21.69 18.5 -
YUV 101.17 136.38 232.02 -
System Red Green Blue C M Y K H S L
Decimal 247 24 116 0 0.90 0.53 0.03 335.25 0.93 0.53
Hex F7 18 74 0 5A 35 3 14F 5D 35
Octal 367 30 164 0 132 65 3 517 135 65
Binary 11110111 11000 1110100 0 1011010 110101 11 101001111 1011101 110101

Color Harmonies of #F71874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71874

Black with #F71874

Text Example


Text Example

White with #F71874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71874; }

 p { color: rgb(247,24,116); }

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

background-color css

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

 a { background-color: rgb(247,24,116); }

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

border-color css

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

 span { border-color: rgb(247,24,116); }

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