Html Css Color HEX #F62175 Ruby

📋 copy color: '#F62175'

red 246 ◦ green 33 ◦ blue 117

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

Shades of Ruby #F62175

Tints of Ruby #F62175

RGB

 RED value IS 246 (96.48% from 255) = 62.12%

 GREEN value IS 33 (13.28% from 255) = 8.33%

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

R = 62.12%
G = 8.33%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F62175 (or 0xF62175) is known color: Ruby. HEX triplet: F6, 21 and 75. RGB value is (246,33,117). Sum of RGB (Red+Green+Blue) = 246+33+117=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F62175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62175 is #09DE8A. Grayscale: #6A6A6A. Windows color (decimal): -646795 or 7676406. OLE color: 7676406.

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

Color convert

RGB 246 33 117 -
CMYK 0 0.87 0.52 0.04
HSL 336.34º 0.92% 0.55% -
HSV(B) 336.34º 0.87% 0.96% -
XYZ 41.76 21.96 18.87 -
YUV 106.26 134.07 227.67 -
System Red Green Blue C M Y K H S L
Decimal 246 33 117 0 0.87 0.52 0.04 336.34 0.92 0.55
Hex F6 21 75 0 57 34 4 150 5C 37
Octal 366 41 165 0 127 64 4 520 134 67
Binary 11110110 100001 1110101 0 1010111 110100 100 101010000 1011100 110111

Color Harmonies of #F62175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62175

Black with #F62175

Text Example


Text Example

White with #F62175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62175; }

 p { color: rgb(246,33,117); }

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

background-color css

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

 a { background-color: rgb(246,33,117); }

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

border-color css

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

 span { border-color: rgb(246,33,117); }

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