Html Css Color HEX #F31969 Ruby

📋 copy color: '#F31969'

red 243 ◦ green 25 ◦ blue 105

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

Shades of Ruby #F31969

Tints of Ruby #F31969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

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

R = 65.15%
G = 6.7%
B = 28.15%

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

#F31969 (or 0xF31969) is known color: Ruby. HEX triplet: F3, 19 and 69. RGB value is (243,25,105). Sum of RGB (Red+Green+Blue) = 243+25+105=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F31969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31969 is #0CE696. Grayscale: #636363. Windows color (decimal): -845463 or 6887923. OLE color: 6887923.

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

Color convert

RGB 243 25 105 -
CMYK 0 0.90 0.57 0.05
HSL 337.98º 0.9% 0.53% -
HSV(B) 337.98º 0.9% 0.95% -
XYZ 39.86 20.77 15.27 -
YUV 99.3 131.22 230.5 -
System Red Green Blue C M Y K H S L
Decimal 243 25 105 0 0.90 0.57 0.05 337.98 0.9 0.53
Hex F3 19 69 0 5A 39 5 152 5A 35
Octal 363 31 151 0 132 71 5 522 132 65
Binary 11110011 11001 1101001 0 1011010 111001 101 101010010 1011010 110101

Color Harmonies of #F31969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31969

Black with #F31969

Text Example


Text Example

White with #F31969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31969; }

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

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

background-color css

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

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

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

border-color css

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

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

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