Html Css Color HEX #F31569 Ruby

📋 copy color: '#F31569'

red 243 ◦ green 21 ◦ blue 105

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

Shades of Ruby #F31569

Tints of Ruby #F31569

RGB

 RED value IS 243 (95.31% from 255) = 65.85%

 GREEN value IS 21 (8.59% from 255) = 5.69%

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

R = 65.85%
G = 5.69%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F31569 (or 0xF31569) is known color: Ruby. HEX triplet: F3, 15 and 69. RGB value is (243,21,105). Sum of RGB (Red+Green+Blue) = 243+21+105=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F31569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31569 is #0CEA96. Grayscale: #606060. Windows color (decimal): -846487 or 6886899. OLE color: 6886899.

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

Color convert

RGB 243 21 105 -
CMYK 0 0.91 0.57 0.05
HSL 337.3º 0.9% 0.52% -
HSV(B) 337.3º 0.91% 0.95% -
XYZ 39.78 20.61 15.25 -
YUV 96.95 132.55 232.17 -
System Red Green Blue C M Y K H S L
Decimal 243 21 105 0 0.91 0.57 0.05 337.3 0.9 0.52
Hex F3 15 69 0 5B 39 5 151 5A 34
Octal 363 25 151 0 133 71 5 521 132 64
Binary 11110011 10101 1101001 0 1011011 111001 101 101010001 1011010 110100

Color Harmonies of #F31569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31569

Black with #F31569

Text Example


Text Example

White with #F31569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31569; }

 p { color: rgb(243,21,105); }

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

background-color css

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

 a { background-color: rgb(243,21,105); }

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

border-color css

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

 span { border-color: rgb(243,21,105); }

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