Html Css Color HEX #F2175F Ruby

📋 copy color: '#F2175F'

red 242 ◦ green 23 ◦ blue 95

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

Shades of Ruby #F2175F

Tints of Ruby #F2175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.39%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 67.22%
G = 6.39%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2175F (or 0xF2175F) is known color: Ruby. HEX triplet: F2, 17 and 5F. RGB value is (242,23,95). Sum of RGB (Red+Green+Blue) = 242+23+95=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F2175F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2175F is #0DE8A0. Grayscale: #606060. Windows color (decimal): -911521 or 6232050. OLE color: 6232050.

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

Color convert

RGB 242 23 95 -
CMYK 0 0.90 0.61 0.05
HSL 340.27º 0.89% 0.52% -
HSV(B) 340.27º 0.9% 0.95% -
XYZ 38.99 20.32 12.69 -
YUV 96.69 127.05 231.65 -
System Red Green Blue C M Y K H S L
Decimal 242 23 95 0 0.90 0.61 0.05 340.27 0.89 0.52
Hex F2 17 5F 0 5A 3D 5 154 59 34
Octal 362 27 137 0 132 75 5 524 131 64
Binary 11110010 10111 1011111 0 1011010 111101 101 101010100 1011001 110100

Color Harmonies of #F2175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2175F

Black with #F2175F

Text Example


Text Example

White with #F2175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2175F; }

 p { color: rgb(242,23,95); }

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

background-color css

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

 a { background-color: rgb(242,23,95); }

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

border-color css

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

 span { border-color: rgb(242,23,95); }

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