Html Css Color HEX #F31275 Ruby

📋 copy color: '#F31275'

red 243 ◦ green 18 ◦ blue 117

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

Shades of Ruby #F31275

Tints of Ruby #F31275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

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

R = 64.29%
G = 4.76%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F31275 (or 0xF31275) is known color: Ruby. HEX triplet: F3, 12 and 75. RGB value is (243,18,117). Sum of RGB (Red+Green+Blue) = 243+18+117=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F31275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31275 is #0CED8A. Grayscale: #606060. Windows color (decimal): -847243 or 7672563. OLE color: 7672563.

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

Color convert

RGB 243 18 117 -
CMYK 0 0.93 0.52 0.05
HSL 333.6º 0.9% 0.51% -
HSV(B) 333.6º 0.93% 0.95% -
XYZ 40.39 20.77 18.71 -
YUV 96.56 139.54 232.45 -
System Red Green Blue C M Y K H S L
Decimal 243 18 117 0 0.93 0.52 0.05 333.6 0.9 0.51
Hex F3 12 75 0 5D 34 5 14E 5A 33
Octal 363 22 165 0 135 64 5 516 132 63
Binary 11110011 10010 1110101 0 1011101 110100 101 101001110 1011010 110011

Color Harmonies of #F31275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31275

Black with #F31275

Text Example


Text Example

White with #F31275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31275; }

 p { color: rgb(243,18,117); }

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

background-color css

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

 a { background-color: rgb(243,18,117); }

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

border-color css

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

 span { border-color: rgb(243,18,117); }

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