Html Css Color HEX #F21662 Ruby

📋 copy color: '#F21662'

red 242 ◦ green 22 ◦ blue 98

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

Shades of Ruby #F21662

Tints of Ruby #F21662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.08%

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

R = 66.85%
G = 6.08%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F21662 (or 0xF21662) is known color: Ruby. HEX triplet: F2, 16 and 62. RGB value is (242,22,98). Sum of RGB (Red+Green+Blue) = 242+22+98=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F21662 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21662 is #0DE99D. Grayscale: #606060. Windows color (decimal): -911774 or 6428402. OLE color: 6428402.

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

Color convert

RGB 242 22 98 -
CMYK 0 0.91 0.60 0.05
HSL 339.27º 0.89% 0.52% -
HSV(B) 339.27º 0.91% 0.95% -
XYZ 39.11 20.33 13.42 -
YUV 96.44 128.89 231.82 -
System Red Green Blue C M Y K H S L
Decimal 242 22 98 0 0.91 0.60 0.05 339.27 0.89 0.52
Hex F2 16 62 0 5B 3C 5 153 59 34
Octal 362 26 142 0 133 74 5 523 131 64
Binary 11110010 10110 1100010 0 1011011 111100 101 101010011 1011001 110100

Color Harmonies of #F21662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21662

Black with #F21662

Text Example


Text Example

White with #F21662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21662; }

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

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

background-color css

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

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

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

border-color css

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

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

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