Html Css Color HEX #F71075 Ruby

📋 copy color: '#F71075'

red 247 ◦ green 16 ◦ blue 117

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

Shades of Ruby #F71075

Tints of Ruby #F71075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.21%

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

R = 65%
G = 4.21%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F71075 (or 0xF71075) is known color: Ruby. HEX triplet: F7, 10 and 75. RGB value is (247,16,117). Sum of RGB (Red+Green+Blue) = 247+16+117=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F71075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71075 is #08EF8A. Grayscale: #606060. Windows color (decimal): -585611 or 7672055. OLE color: 7672055.

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

Color convert

RGB 247 16 117 -
CMYK 0 0.94 0.53 0.03
HSL 333.77º 0.94% 0.52% -
HSV(B) 333.77º 0.94% 0.97% -
XYZ 41.75 21.43 18.77 -
YUV 96.58 139.53 235.29 -
System Red Green Blue C M Y K H S L
Decimal 247 16 117 0 0.94 0.53 0.03 333.77 0.94 0.52
Hex F7 10 75 0 5E 35 3 14E 5E 34
Octal 367 20 165 0 136 65 3 516 136 64
Binary 11110111 10000 1110101 0 1011110 110101 11 101001110 1011110 110100

Color Harmonies of #F71075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71075

Black with #F71075

Text Example


Text Example

White with #F71075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71075; }

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

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

background-color css

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

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

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

border-color css

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

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

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