Html Css Color HEX #F1216B Ruby

📋 copy color: '#F1216B'

red 241 ◦ green 33 ◦ blue 107

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

Shades of Ruby #F1216B

Tints of Ruby #F1216B

RGB

 RED value IS 241 (94.53% from 255) = 63.25%

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 63.25%
G = 8.66%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1216B (or 0xF1216B) is known color: Ruby. HEX triplet: F1, 21 and 6B. RGB value is (241,33,107). Sum of RGB (Red+Green+Blue) = 241+33+107=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1216B is #0EDE94. Grayscale: #676767. Windows color (decimal): -974485 or 7021041. OLE color: 7021041.

HSL color Cylindrical-coordinate representation of color #F1216B: hue angle of 338.65º degrees, saturation: 0.88, 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 #F1216B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 33 107 -
CMYK 0 0.86 0.56 0.05
HSL 338.65º 0.88% 0.54% -
HSV(B) 338.65º 0.86% 0.95% -
XYZ 39.47 20.85 15.85 -
YUV 103.63 129.91 225.98 -
System Red Green Blue C M Y K H S L
Decimal 241 33 107 0 0.86 0.56 0.05 338.65 0.88 0.54
Hex F1 21 6B 0 56 38 5 153 58 36
Octal 361 41 153 0 126 70 5 523 130 66
Binary 11110001 100001 1101011 0 1010110 111000 101 101010011 1011000 110110

Color Harmonies of #F1216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1216B

Black with #F1216B

Text Example


Text Example

White with #F1216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1216B; }

 p { color: rgb(241,33,107); }

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

background-color css

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

 a { background-color: rgb(241,33,107); }

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

border-color css

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

 span { border-color: rgb(241,33,107); }

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