Html Css Color HEX #F2186F Ruby

📋 copy color: '#F2186F'

red 242 ◦ green 24 ◦ blue 111

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

Shades of Ruby #F2186F

Tints of Ruby #F2186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 64.19%
G = 6.37%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2186F (or 0xF2186F) is known color: Ruby. HEX triplet: F2, 18 and 6F. RGB value is (242,24,111). Sum of RGB (Red+Green+Blue) = 242+24+111=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F2186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2186F is #0DE790. Grayscale: #626262. Windows color (decimal): -911249 or 7280882. OLE color: 7280882.

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

Color convert

RGB 242 24 111 -
CMYK 0 0.90 0.54 0.05
HSL 336.06º 0.89% 0.52% -
HSV(B) 336.06º 0.9% 0.95% -
XYZ 39.81 20.68 16.93 -
YUV 99.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 242 24 111 0 0.90 0.54 0.05 336.06 0.89 0.52
Hex F2 18 6F 0 5A 36 5 150 59 34
Octal 362 30 157 0 132 66 5 520 131 64
Binary 11110010 11000 1101111 0 1011010 110110 101 101010000 1011001 110100

Color Harmonies of #F2186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2186F

Black with #F2186F

Text Example


Text Example

White with #F2186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2186F; }

 p { color: rgb(242,24,111); }

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

background-color css

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

 a { background-color: rgb(242,24,111); }

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

border-color css

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

 span { border-color: rgb(242,24,111); }

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