Html Css Color HEX #F21861 Ruby

📋 copy color: '#F21861'

red 242 ◦ green 24 ◦ blue 97

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

Shades of Ruby #F21861

Tints of Ruby #F21861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 97 (38.28% from 255) = 26.72%

R = 66.67%
G = 6.61%
B = 26.72%

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

#F21861 (or 0xF21861) is known color: Ruby. HEX triplet: F2, 18 and 61. RGB value is (242,24,97). Sum of RGB (Red+Green+Blue) = 242+24+97=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F21861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21861 is #0DE79E. Grayscale: #616161. Windows color (decimal): -911263 or 6363378. OLE color: 6363378.

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

Color convert

RGB 242 24 97 -
CMYK 0 0.90 0.60 0.05
HSL 339.91º 0.89% 0.52% -
HSV(B) 339.91º 0.9% 0.95% -
XYZ 39.1 20.39 13.18 -
YUV 97.5 127.72 231.06 -
System Red Green Blue C M Y K H S L
Decimal 242 24 97 0 0.90 0.60 0.05 339.91 0.89 0.52
Hex F2 18 61 0 5A 3C 5 154 59 34
Octal 362 30 141 0 132 74 5 524 131 64
Binary 11110010 11000 1100001 0 1011010 111100 101 101010100 1011001 110100

Color Harmonies of #F21861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21861

Black with #F21861

Text Example


Text Example

White with #F21861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21861; }

 p { color: rgb(242,24,97); }

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

background-color css

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

 a { background-color: rgb(242,24,97); }

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

border-color css

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

 span { border-color: rgb(242,24,97); }

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