Html Css Color HEX #F21F6B Ruby

📋 copy color: '#F21F6B'

red 242 ◦ green 31 ◦ blue 107

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

Shades of Ruby #F21F6B

Tints of Ruby #F21F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

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

R = 63.68%
G = 8.16%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F21F6B (or 0xF21F6B) is known color: Ruby. HEX triplet: F2, 1F and 6B. RGB value is (242,31,107). Sum of RGB (Red+Green+Blue) = 242+31+107=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F6B is #0DE094. Grayscale: #666666. Windows color (decimal): -909461 or 7020530. OLE color: 7020530.

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

Color convert

RGB 242 31 107 -
CMYK 0 0.87 0.56 0.05
HSL 338.39º 0.89% 0.54% -
HSV(B) 338.39º 0.87% 0.95% -
XYZ 39.76 20.92 15.85 -
YUV 102.75 130.4 227.32 -
System Red Green Blue C M Y K H S L
Decimal 242 31 107 0 0.87 0.56 0.05 338.39 0.89 0.54
Hex F2 1F 6B 0 57 38 5 152 59 36
Octal 362 37 153 0 127 70 5 522 131 66
Binary 11110010 11111 1101011 0 1010111 111000 101 101010010 1011001 110110

Color Harmonies of #F21F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F6B

Black with #F21F6B

Text Example


Text Example

White with #F21F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F6B; }

 p { color: rgb(242,31,107); }

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

background-color css

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

 a { background-color: rgb(242,31,107); }

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

border-color css

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

 span { border-color: rgb(242,31,107); }

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