Html Css Color HEX #F22175 Ruby

📋 copy color: '#F22175'

red 242 ◦ green 33 ◦ blue 117

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

Shades of Ruby #F22175

Tints of Ruby #F22175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 61.73%
G = 8.42%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22175 (or 0xF22175) is known color: Ruby. HEX triplet: F2, 21 and 75. RGB value is (242,33,117). Sum of RGB (Red+Green+Blue) = 242+33+117=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F22175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22175 is #0DDE8A. Grayscale: #686868. Windows color (decimal): -908939 or 7676402. OLE color: 7676402.

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

Color convert

RGB 242 33 117 -
CMYK 0 0.86 0.52 0.05
HSL 335.89º 0.89% 0.54% -
HSV(B) 335.89º 0.86% 0.95% -
XYZ 40.37 21.25 18.8 -
YUV 105.07 134.74 225.67 -
System Red Green Blue C M Y K H S L
Decimal 242 33 117 0 0.86 0.52 0.05 335.89 0.89 0.54
Hex F2 21 75 0 56 34 5 150 59 36
Octal 362 41 165 0 126 64 5 520 131 66
Binary 11110010 100001 1110101 0 1010110 110100 101 101010000 1011001 110110

Color Harmonies of #F22175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22175

Black with #F22175

Text Example


Text Example

White with #F22175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22175; }

 p { color: rgb(242,33,117); }

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

background-color css

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

 a { background-color: rgb(242,33,117); }

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

border-color css

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

 span { border-color: rgb(242,33,117); }

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