Html Css Color HEX #F21862 Ruby

📋 copy color: '#F21862'

red 242 ◦ green 24 ◦ blue 98

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

Shades of Ruby #F21862

Tints of Ruby #F21862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 66.48%
G = 6.59%
B = 26.92%

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

#F21862 (or 0xF21862) is known color: Ruby. HEX triplet: F2, 18 and 62. RGB value is (242,24,98). Sum of RGB (Red+Green+Blue) = 242+24+98=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F21862 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21862 is #0DE79D. Grayscale: #616161. Windows color (decimal): -911262 or 6428914. OLE color: 6428914.

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

Color convert

RGB 242 24 98 -
CMYK 0 0.90 0.60 0.05
HSL 339.63º 0.89% 0.52% -
HSV(B) 339.63º 0.9% 0.95% -
XYZ 39.15 20.41 13.43 -
YUV 97.62 128.22 230.98 -
System Red Green Blue C M Y K H S L
Decimal 242 24 98 0 0.90 0.60 0.05 339.63 0.89 0.52
Hex F2 18 62 0 5A 3C 5 154 59 34
Octal 362 30 142 0 132 74 5 524 131 64
Binary 11110010 11000 1100010 0 1011010 111100 101 101010100 1011001 110100

Color Harmonies of #F21862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21862

Black with #F21862

Text Example


Text Example

White with #F21862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21862; }

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

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

background-color css

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

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

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

border-color css

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

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

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