Html Css Color HEX #F21769 Ruby

📋 copy color: '#F21769'

red 242 ◦ green 23 ◦ blue 105

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

Shades of Ruby #F21769

Tints of Ruby #F21769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 65.41%
G = 6.22%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F21769 (or 0xF21769) is known color: Ruby. HEX triplet: F2, 17 and 69. RGB value is (242,23,105). Sum of RGB (Red+Green+Blue) = 242+23+105=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F21769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21769 is #0DE896. Grayscale: #616161. Windows color (decimal): -911511 or 6887410. OLE color: 6887410.

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

Color convert

RGB 242 23 105 -
CMYK 0 0.90 0.57 0.05
HSL 337.53º 0.89% 0.52% -
HSV(B) 337.53º 0.9% 0.95% -
XYZ 39.47 20.51 15.24 -
YUV 97.83 132.05 230.83 -
System Red Green Blue C M Y K H S L
Decimal 242 23 105 0 0.90 0.57 0.05 337.53 0.89 0.52
Hex F2 17 69 0 5A 39 5 152 59 34
Octal 362 27 151 0 132 71 5 522 131 64
Binary 11110010 10111 1101001 0 1011010 111001 101 101010010 1011001 110100

Color Harmonies of #F21769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21769

Black with #F21769

Text Example


Text Example

White with #F21769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21769; }

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

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

background-color css

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

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

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

border-color css

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

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

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