Html Css Color HEX #F7195F Ruby

📋 copy color: '#F7195F'

red 247 ◦ green 25 ◦ blue 95

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

Shades of Ruby #F7195F

Tints of Ruby #F7195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 67.3%
G = 6.81%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7195F (or 0xF7195F) is known color: Ruby. HEX triplet: F7, 19 and 5F. RGB value is (247,25,95). Sum of RGB (Red+Green+Blue) = 247+25+95=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F7195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7195F is #08E6A0. Grayscale: #636363. Windows color (decimal): -583329 or 6232567. OLE color: 6232567.

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

Color convert

RGB 247 25 95 -
CMYK 0 0.90 0.62 0.03
HSL 341.08º 0.93% 0.53% -
HSV(B) 341.08º 0.9% 0.97% -
XYZ 40.77 21.3 12.79 -
YUV 99.36 125.55 233.31 -
System Red Green Blue C M Y K H S L
Decimal 247 25 95 0 0.90 0.62 0.03 341.08 0.93 0.53
Hex F7 19 5F 0 5A 3E 3 155 5D 35
Octal 367 31 137 0 132 76 3 525 135 65
Binary 11110111 11001 1011111 0 1011010 111110 11 101010101 1011101 110101

Color Harmonies of #F7195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7195F

Black with #F7195F

Text Example


Text Example

White with #F7195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7195F; }

 p { color: rgb(247,25,95); }

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

background-color css

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

 a { background-color: rgb(247,25,95); }

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

border-color css

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

 span { border-color: rgb(247,25,95); }

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