Html Css Color HEX #F71875 Ruby

📋 copy color: '#F71875'

red 247 ◦ green 24 ◦ blue 117

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

Shades of Ruby #F71875

Tints of Ruby #F71875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 63.66%
G = 6.19%
B = 30.15%

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

#F71875 (or 0xF71875) is known color: Ruby. HEX triplet: F7, 18 and 75. RGB value is (247,24,117). Sum of RGB (Red+Green+Blue) = 247+24+117=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F71875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71875 is #08E78A. Grayscale: #656565. Windows color (decimal): -583563 or 7674103. OLE color: 7674103.

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

Color convert

RGB 247 24 117 -
CMYK 0 0.90 0.53 0.03
HSL 334.98º 0.93% 0.53% -
HSV(B) 334.98º 0.9% 0.97% -
XYZ 41.9 21.71 18.81 -
YUV 101.28 136.88 231.94 -
System Red Green Blue C M Y K H S L
Decimal 247 24 117 0 0.90 0.53 0.03 334.98 0.93 0.53
Hex F7 18 75 0 5A 35 3 14F 5D 35
Octal 367 30 165 0 132 65 3 517 135 65
Binary 11110111 11000 1110101 0 1011010 110101 11 101001111 1011101 110101

Color Harmonies of #F71875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71875

Black with #F71875

Text Example


Text Example

White with #F71875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71875; }

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

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

background-color css

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

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

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

border-color css

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

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

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