Html Css Color HEX #F30F74 Ruby

📋 copy color: '#F30F74'

red 243 ◦ green 15 ◦ blue 116

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

Shades of Ruby #F30F74

Tints of Ruby #F30F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.01%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 64.97%
G = 4.01%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F30F74 (or 0xF30F74) is known color: Ruby. HEX triplet: F3, 0F and 74. RGB value is (243,15,116). Sum of RGB (Red+Green+Blue) = 243+15+116=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F74 is #0CF08B. Grayscale: #5E5E5E. Windows color (decimal): -848012 or 7606259. OLE color: 7606259.

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

Color convert

RGB 243 15 116 -
CMYK 0 0.94 0.52 0.05
HSL 333.42º 0.9% 0.51% -
HSV(B) 333.42º 0.94% 0.95% -
XYZ 40.29 20.66 18.39 -
YUV 94.69 140.04 233.79 -
System Red Green Blue C M Y K H S L
Decimal 243 15 116 0 0.94 0.52 0.05 333.42 0.9 0.51
Hex F3 F 74 0 5E 34 5 14D 5A 33
Octal 363 17 164 0 136 64 5 515 132 63
Binary 11110011 1111 1110100 0 1011110 110100 101 101001101 1011010 110011

Color Harmonies of #F30F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F74

Black with #F30F74

Text Example


Text Example

White with #F30F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F74; }

 p { color: rgb(243,15,116); }

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

background-color css

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

 a { background-color: rgb(243,15,116); }

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

border-color css

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

 span { border-color: rgb(243,15,116); }

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