Html Css Color HEX #F2185B Ruby

📋 copy color: '#F2185B'

red 242 ◦ green 24 ◦ blue 91

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

Shades of Ruby #F2185B

Tints of Ruby #F2185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 67.79%
G = 6.72%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2185B (or 0xF2185B) is known color: Ruby. HEX triplet: F2, 18 and 5B. RGB value is (242,24,91). Sum of RGB (Red+Green+Blue) = 242+24+91=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2185B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2185B is #0DE7A4. Grayscale: #606060. Windows color (decimal): -911269 or 5970162. OLE color: 5970162.

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

Color convert

RGB 242 24 91 -
CMYK 0 0.90 0.62 0.05
HSL 341.56º 0.89% 0.52% -
HSV(B) 341.56º 0.9% 0.95% -
XYZ 38.83 20.29 11.77 -
YUV 96.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 242 24 91 0 0.90 0.62 0.05 341.56 0.89 0.52
Hex F2 18 5B 0 5A 3E 5 156 59 34
Octal 362 30 133 0 132 76 5 526 131 64
Binary 11110010 11000 1011011 0 1011010 111110 101 101010110 1011001 110100

Color Harmonies of #F2185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2185B

Black with #F2185B

Text Example


Text Example

White with #F2185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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