Html Css Color HEX #F21C6C Ruby

📋 copy color: '#F21C6C'

red 242 ◦ green 28 ◦ blue 108

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

Shades of Ruby #F21C6C

Tints of Ruby #F21C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.41%

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 64.02%
G = 7.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F21C6C (or 0xF21C6C) is known color: Ruby. HEX triplet: F2, 1C and 6C. RGB value is (242,28,108). Sum of RGB (Red+Green+Blue) = 242+28+108=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C6C is #0DE393. Grayscale: #646464. Windows color (decimal): -910228 or 7085298. OLE color: 7085298.

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

Color convert

RGB 242 28 108 -
CMYK 0 0.88 0.55 0.05
HSL 337.57º 0.89% 0.53% -
HSV(B) 337.57º 0.88% 0.95% -
XYZ 39.74 20.79 16.11 -
YUV 101.11 131.9 228.5 -
System Red Green Blue C M Y K H S L
Decimal 242 28 108 0 0.88 0.55 0.05 337.57 0.89 0.53
Hex F2 1C 6C 0 58 37 5 152 59 35
Octal 362 34 154 0 130 67 5 522 131 65
Binary 11110010 11100 1101100 0 1011000 110111 101 101010010 1011001 110101

Color Harmonies of #F21C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C6C

Black with #F21C6C

Text Example


Text Example

White with #F21C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C6C; }

 p { color: rgb(242,28,108); }

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

background-color css

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

 a { background-color: rgb(242,28,108); }

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

border-color css

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

 span { border-color: rgb(242,28,108); }

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