Html Css Color HEX #F21760 Ruby

📋 copy color: '#F21760'

red 242 ◦ green 23 ◦ blue 96

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

Shades of Ruby #F21760

Tints of Ruby #F21760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 67.04%
G = 6.37%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F21760 (or 0xF21760) is known color: Ruby. HEX triplet: F2, 17 and 60. RGB value is (242,23,96). Sum of RGB (Red+Green+Blue) = 242+23+96=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F21760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21760 is #0DE89F. Grayscale: #606060. Windows color (decimal): -911520 or 6297586. OLE color: 6297586.

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

Color convert

RGB 242 23 96 -
CMYK 0 0.90 0.60 0.05
HSL 340º 0.89% 0.52% -
HSV(B) 340º 0.9% 0.95% -
XYZ 39.04 20.33 12.93 -
YUV 96.8 127.55 231.56 -
System Red Green Blue C M Y K H S L
Decimal 242 23 96 0 0.90 0.60 0.05 340 0.89 0.52
Hex F2 17 60 0 5A 3C 5 154 59 34
Octal 362 27 140 0 132 74 5 524 131 64
Binary 11110010 10111 1100000 0 1011010 111100 101 101010100 1011001 110100

Color Harmonies of #F21760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21760

Black with #F21760

Text Example


Text Example

White with #F21760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21760; }

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

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

background-color css

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

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

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

border-color css

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

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

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