Html Css Color HEX #F2136C Ruby

📋 copy color: '#F2136C'

red 242 ◦ green 19 ◦ blue 108

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

Shades of Ruby #F2136C

Tints of Ruby #F2136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

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

R = 65.58%
G = 5.15%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2136C (or 0xF2136C) is known color: Ruby. HEX triplet: F2, 13 and 6C. RGB value is (242,19,108). Sum of RGB (Red+Green+Blue) = 242+19+108=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2136C is #0DEC93. Grayscale: #5F5F5F. Windows color (decimal): -912532 or 7082994. OLE color: 7082994.

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

Color convert

RGB 242 19 108 -
CMYK 0 0.92 0.55 0.05
HSL 336.05º 0.9% 0.51% -
HSV(B) 336.05º 0.92% 0.95% -
XYZ 39.56 20.43 16.04 -
YUV 95.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 242 19 108 0 0.92 0.55 0.05 336.05 0.9 0.51
Hex F2 13 6C 0 5C 37 5 150 5A 33
Octal 362 23 154 0 134 67 5 520 132 63
Binary 11110010 10011 1101100 0 1011100 110111 101 101010000 1011010 110011

Color Harmonies of #F2136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2136C

Black with #F2136C

Text Example


Text Example

White with #F2136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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