Html Css Color HEX #F21764 Ruby

📋 copy color: '#F21764'

red 242 ◦ green 23 ◦ blue 100

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

Shades of Ruby #F21764

Tints of Ruby #F21764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 66.3%
G = 6.3%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F21764 (or 0xF21764) is known color: Ruby. HEX triplet: F2, 17 and 64. RGB value is (242,23,100). Sum of RGB (Red+Green+Blue) = 242+23+100=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21764 is #0DE89B. Grayscale: #616161. Windows color (decimal): -911516 or 6559730. OLE color: 6559730.

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

Color convert

RGB 242 23 100 -
CMYK 0 0.90 0.59 0.05
HSL 338.9º 0.89% 0.52% -
HSV(B) 338.9º 0.9% 0.95% -
XYZ 39.22 20.41 13.93 -
YUV 97.26 129.55 231.24 -
System Red Green Blue C M Y K H S L
Decimal 242 23 100 0 0.90 0.59 0.05 338.9 0.89 0.52
Hex F2 17 64 0 5A 3B 5 153 59 34
Octal 362 27 144 0 132 73 5 523 131 64
Binary 11110010 10111 1100100 0 1011010 111011 101 101010011 1011001 110100

Color Harmonies of #F21764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21764

Black with #F21764

Text Example


Text Example

White with #F21764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21764; }

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

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

background-color css

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

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

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

border-color css

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

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

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