Html Css Color HEX #F2176C Ruby

📋 copy color: '#F2176C'

red 242 ◦ green 23 ◦ blue 108

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

Shades of Ruby #F2176C

Tints of Ruby #F2176C

RGB

 RED value IS 242 (94.92% from 255) = 64.88%

 GREEN value IS 23 (9.38% from 255) = 6.17%

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 64.88%
G = 6.17%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2176C (or 0xF2176C) is known color: Ruby. HEX triplet: F2, 17 and 6C. RGB value is (242,23,108). Sum of RGB (Red+Green+Blue) = 242+23+108=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2176C is #0DE893. Grayscale: #626262. Windows color (decimal): -911508 or 7084018. OLE color: 7084018.

HSL color Cylindrical-coordinate representation of color #F2176C: hue angle of 336.71º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2176C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 108 -
CMYK 0 0.90 0.55 0.05
HSL 336.71º 0.89% 0.52% -
HSV(B) 336.71º 0.9% 0.95% -
XYZ 39.63 20.57 16.07 -
YUV 98.17 133.55 230.59 -
System Red Green Blue C M Y K H S L
Decimal 242 23 108 0 0.90 0.55 0.05 336.71 0.89 0.52
Hex F2 17 6C 0 5A 37 5 151 59 34
Octal 362 27 154 0 132 67 5 521 131 64
Binary 11110010 10111 1101100 0 1011010 110111 101 101010001 1011001 110100

Color Harmonies of #F2176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2176C

Black with #F2176C

Text Example


Text Example

White with #F2176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2176C; }

 p { color: rgb(242,23,108); }

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

background-color css

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

 a { background-color: rgb(242,23,108); }

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

border-color css

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

 span { border-color: rgb(242,23,108); }

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