Html Css Color HEX #F2156D Ruby

📋 copy color: '#F2156D'

red 242 ◦ green 21 ◦ blue 109

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

Shades of Ruby #F2156D

Tints of Ruby #F2156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.65%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 65.05%
G = 5.65%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2156D (or 0xF2156D) is known color: Ruby. HEX triplet: F2, 15 and 6D. RGB value is (242,21,109). Sum of RGB (Red+Green+Blue) = 242+21+109=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2156D is #0DEA92. Grayscale: #606060. Windows color (decimal): -912019 or 7149042. OLE color: 7149042.

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

Color convert

RGB 242 21 109 -
CMYK 0 0.91 0.55 0.05
HSL 336.11º 0.89% 0.52% -
HSV(B) 336.11º 0.91% 0.95% -
XYZ 39.65 20.52 16.34 -
YUV 97.11 134.72 231.34 -
System Red Green Blue C M Y K H S L
Decimal 242 21 109 0 0.91 0.55 0.05 336.11 0.89 0.52
Hex F2 15 6D 0 5B 37 5 150 59 34
Octal 362 25 155 0 133 67 5 520 131 64
Binary 11110010 10101 1101101 0 1011011 110111 101 101010000 1011001 110100

Color Harmonies of #F2156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2156D

Black with #F2156D

Text Example


Text Example

White with #F2156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2156D; }

 p { color: rgb(242,21,109); }

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

background-color css

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

 a { background-color: rgb(242,21,109); }

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

border-color css

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

 span { border-color: rgb(242,21,109); }

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