Html Css Color HEX #F2185D Ruby

📋 copy color: '#F2185D'

red 242 ◦ green 24 ◦ blue 93

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

Shades of Ruby #F2185D

Tints of Ruby #F2185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 67.41%
G = 6.69%
B = 25.91%

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

#F2185D (or 0xF2185D) is known color: Ruby. HEX triplet: F2, 18 and 5D. RGB value is (242,24,93). Sum of RGB (Red+Green+Blue) = 242+24+93=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2185D is #0DE7A2. Grayscale: #606060. Windows color (decimal): -911267 or 6101234. OLE color: 6101234.

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

Color convert

RGB 242 24 93 -
CMYK 0 0.90 0.62 0.05
HSL 341.01º 0.89% 0.52% -
HSV(B) 341.01º 0.9% 0.95% -
XYZ 38.92 20.32 12.23 -
YUV 97.05 125.72 231.39 -
System Red Green Blue C M Y K H S L
Decimal 242 24 93 0 0.90 0.62 0.05 341.01 0.89 0.52
Hex F2 18 5D 0 5A 3E 5 155 59 34
Octal 362 30 135 0 132 76 5 525 131 64
Binary 11110010 11000 1011101 0 1011010 111110 101 101010101 1011001 110100

Color Harmonies of #F2185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2185D

Black with #F2185D

Text Example


Text Example

White with #F2185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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