Html Css Color HEX #F21765 Ruby

📋 copy color: '#F21765'

red 242 ◦ green 23 ◦ blue 101

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

Shades of Ruby #F21765

Tints of Ruby #F21765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 66.12%
G = 6.28%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F21765 (or 0xF21765) is known color: Ruby. HEX triplet: F2, 17 and 65. RGB value is (242,23,101). Sum of RGB (Red+Green+Blue) = 242+23+101=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F21765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21765 is #0DE89A. Grayscale: #616161. Windows color (decimal): -911515 or 6625266. OLE color: 6625266.

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

Color convert

RGB 242 23 101 -
CMYK 0 0.90 0.58 0.05
HSL 338.63º 0.89% 0.52% -
HSV(B) 338.63º 0.9% 0.95% -
XYZ 39.27 20.43 14.19 -
YUV 97.37 130.05 231.16 -
System Red Green Blue C M Y K H S L
Decimal 242 23 101 0 0.90 0.58 0.05 338.63 0.89 0.52
Hex F2 17 65 0 5A 3A 5 153 59 34
Octal 362 27 145 0 132 72 5 523 131 64
Binary 11110010 10111 1100101 0 1011010 111010 101 101010011 1011001 110100

Color Harmonies of #F21765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21765

Black with #F21765

Text Example


Text Example

White with #F21765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21765; }

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

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

background-color css

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

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

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

border-color css

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

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

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