Html Css Color HEX #F21375 Ruby

📋 copy color: '#F21375'

red 242 ◦ green 19 ◦ blue 117

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

Shades of Ruby #F21375

Tints of Ruby #F21375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 64.02%
G = 5.03%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F21375 (or 0xF21375) is known color: Ruby. HEX triplet: F2, 13 and 75. RGB value is (242,19,117). Sum of RGB (Red+Green+Blue) = 242+19+117=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21375 is #0DEC8A. Grayscale: #606060. Windows color (decimal): -912523 or 7672818. OLE color: 7672818.

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

Color convert

RGB 242 19 117 -
CMYK 0 0.92 0.52 0.05
HSL 333.63º 0.9% 0.51% -
HSV(B) 333.63º 0.92% 0.95% -
XYZ 40.06 20.63 18.7 -
YUV 96.85 139.38 231.53 -
System Red Green Blue C M Y K H S L
Decimal 242 19 117 0 0.92 0.52 0.05 333.63 0.9 0.51
Hex F2 13 75 0 5C 34 5 14E 5A 33
Octal 362 23 165 0 134 64 5 516 132 63
Binary 11110010 10011 1110101 0 1011100 110100 101 101001110 1011010 110011

Color Harmonies of #F21375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21375

Black with #F21375

Text Example


Text Example

White with #F21375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21375; }

 p { color: rgb(242,19,117); }

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

background-color css

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

 a { background-color: rgb(242,19,117); }

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

border-color css

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

 span { border-color: rgb(242,19,117); }

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